ArchLinux Desktop Environment Survival Guide
This article documents the installation process step by step
Serves only as supplementary instructions to 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 USB and begin installation: Installation guide (If using lvm, perform these steps when installing grub:
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 well, installation completes. After rebooting, you’ll see the root user’s shell terminal.
-
Ensure network connectivity. Refer to Wireless network configuration. If tools are missing, re-enter USB system using arch-chroot to install.
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 login user
-
Logout from root and relogin using the created user account.
Connecting to Global Internet
-
Normal method: Install various services through package manager (All docker setup 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 kde-applications group instead of kde-applications-meta meta-package for easier package trimming.
Some Tips about KDE desktop environment (to be edited)
To be continued