ArchLinux Desktop Environment Survival Guide
This article documents the installation process step by step
Serves only as supplementary instructions to the ArchWiki Installation Guide
Aims to provide a user/developer-friendly desktop environment
This guide will be continuously updated
Installing ArchLinux
-
Install ArchLinux on a USB key
-
Boot from the USB and begin installation: Installation guide (If using LVM, perform these additional steps during grub installation:
mount /dev/XzRoot/root(LVM path) /mnt mkdir /mnt/hostlvm mount --bind /run/lvm /mnt/hostlvm arch-chroot /mnt ln -s /hostlvm /run/lvmCode reference from ArchLinux BBS)
-
If everything goes smoothly, the installation completes. After rebooting, you’ll see the root user’s shell terminal.
-
Ensure network connectivity. For assistance, see Wireless network configuration. If tools are missing, re-enter the USB system using arch-chroot to install them.
Creating Login User Account
-
Operating as root is dangerous, so first create a login user:
useradd -m -G wheel -s /bin/bash your_username(Reference: wiki)
-
Install sudo and grant privileges to the login user
-
Log out of root and log back in using the created user account.
Connecting to the Global Internet
-
Normal method: Install various services through package management (All docker environment setups below can be ignored)
-
Install V2Ray using docker (Recommended, isolated from ArchLinux environment, highly stable)
Installing Desktop Environment
Install KDE (or choose your preferred DE), reference: ArchWiki KDE
For full KDE applications suite (usually unnecessary), install the kde-applications group instead of the kde-applications-meta meta-package for easier package trimming.
Some Tips about KDE desktop environment (to be edited)
To be continued