18
loading...
This website collects cookies to deliver better user experience
sudo
, text editors like nano
and vim
and a DHCP Client. Now whether you need sudo
can be up for debate, however most people are going to want it so they don’t have to use root all the time. The DHCP Client, usually dhcpcd
, is also something that most users will want unless Arch is getting a static IP.pacstrap
does), but its not recommended. Usually I get the OS booted and connected to the internet without the installer then install the recommended packages, but you can install some programs and a desktop environment quickly otherwise.sddm
as my Display Manager. Your Desktop Environment is what manages your desktop and programs. I as previously stated, I prefer KDE Plasma, but you should investigate your options and see which one looks the nicest to you. Here is the Arch Linux wiki page on Desktop Environments. You will need a graphics driver first, but the display server should install when you install the desktop environment.os-prober
and ntfs-3g
programs before running the main config generator, as well as add the following line to the end of /etc/default/grub
you can dual boot with Windows (or another Linux install) automatically.GRUB_DISABLE_OS_PROBER=false
grub-install
command with the --removable
flag. This can sometimes fix issues with your UEFI BIOS not wanting to boot when this flag is omitted.firefox
or chromium
is going to want to be included in the installation if you want to access the internet.yay
. This is a AUR helper, which will aid in searching, downloading, and installing of packages from the Arch User Repository. It also can install packages from the official repositories via pacman
. Here is a link to its install guide.