|
1 年之前 | |
---|---|---|
README.md | 1 年之前 |
Maybe you don't know that to install the Linux-zen on manjaro it is not possible through the mirrorlists of the distro (neither through Pacman nor through Yay). But it is possible to circumvent the problem with simple steps.
Why install zen kernel?
to install it you need to go to:
now write on terminal: wget + link just copied (in this case):
wget https://ftp5.gwdg.de/pub/linux/archlinux/extra/os/x86_64/linux-zen-6.2.12.zen1-1-x86_64.pkg.tar.zst
once concluded you will have a file that you will have to install using the command:
sudo pacman -U linux-zen-6.2.12.zen1-1-x86_64.pkg.tar.zst
finished the installation reboot, and check with the following command if the installation was successful:
uname -r
you should get this output:
6.2.12-zen1-1-zen
Note: unfortunately to update the kernel, you have to carry out this procedure every time.
ENJOY!! 😜