Upgrade Kernel on Arch Linux
https://linuxhint.com/upgrade-kernel-on-arch-linuxArch is a rolling release Linux distro. It means you always get up to date software packages and kernel updates on Arch Linux. But that doesn’t mean you can’t manually install an updated version of Kernel on Arch Linux. Of course you can. In this article, I will show you how to update the kernel of Arch Linux using the package manager.
How to Update Arch Linux
https://www.howtogeek.com/740578/how-to-update-arch-linux30.07.2021 · Apply a System Update on Arch Linux To begin an update of all installed packages, open any terminal app and pass the following command: sudo pacman -Syu You’ll be prompted for your password before the command can proceed. This command checks for available updates. If there are any, it will list the packages, along with their new version numbers.