Answers for "setting up arch linux"

CSS
0

update Arch Linux

$ sudo pacman --sync --refresh --sysupgrade
Posted by: Guest on October-14-2021
0

how to install linux headers on arch

# For latest kernel
sudo pacman -S linux-headers

# For linux lts
sudo pacman -S linux-lts-headers
Posted by: Guest on September-21-2021

Browse Popular Code Answers by Language