download fedora Network Installer from https://alt.fedoraproject.org/
- choose minimum install, nothing else
- caveat! install via LAN, wifi might not work on reboot
- only AFTER installing gnome-shell, does wifi work (NetworkManager(/-wifi) package probably)
ip link show
ping google.com
sudo dnf install @base-x gnome-shell gnome-terminal firefox
sudo systemctl set-default graphical.target
sudo dnf remove gnome-tour
reboot
sudo dnf install dnf-automatic
sudo systemctl enable --now dnf-automatic.timer
#confirm with:
systemctl list-timers 'dnf-*'
#configure to auto-install and restart when needed
sudo sed -i 's/^apply_updates = .*/apply_updates = yes/' /etc/dnf/automatic.conf
sudo sed -i 's/^reboot = .*/reboot = when-needed/' /etc/dnf/automatic.conf
sudo dnf install @virtualization virt-manager
sudo systemctl enable libvirtd # might not be needed
sudo dnf install nautilus gnome-system-monitor gnome-disk-utility gedit vim yum-utils gnome-software --setopt=install_weak_deps=False
reboot
sh -c "needs restarting -r && systemctl suspend || (notify-send -u critical -t 0 'shutdown in 5 minutes...' 'to cancel run shutdown -c' && shutdown +5)"
sudo dnf autoremove
sudo dnf --refresh upgrade
reboot
dnf rq --deplist nautilus
dnf list --installed | wc
dnf info gnome-system-monitor