Fedora 35 Minimal Installation with GNOME
Fedora 35にGNOMEデスクトップ環境を入れた最小構成でインストールする手順を記します。     Download Fedora-Everything-netinst-x86_64-35-1. X .iso    Select "Fedora Custom Operating System" (or "Minimal Install") and install    Run sudo vi /etc/dnf/dnf.conf  and append text below             deltarpm=False fastestmirror=True install_weak_deps=False           Run sudo vi /etc/fstab  and edit (if necessary)    Run sudo dnf install bash-completion lsof nano tar wget bzip2 unzip zip    Logout shell and relogin    Run sudo dnf install gdm mesa-dri-drivers gnome-terminal adobe-source-code-pro-fonts nautilus    Run sudo dnf install dejavu-sans-mono-fonts epiphany gedit gnome-terminal-nautilus virtualbox-guest-additions  (if necessary)    Run sudo dnf install ibus-anthy imsettings google-noto-sans-cjk-ttc-fonts  (for Japanese users)       Run sudo dnf remove authselect firewalld gawk-all-langpacks geolite2-* iproute-tc pcsc-lite python3-unbound sssd-* trousers    Run sudo systemctl disable --now dnf-makecache.ti...