Installing packages from the testing branch

Hello, everyone

is there a guide on how to install packages from the testing branch? I suspect that proton-vpn-gtk-app might not be working because of a deprecated version. I can see the AUR has the same version as the Manjaro testing branch, but I do not get pacman to offer me a choice.

I have uncommented verbosepkglists in /etc/pacman.conf and restarted my terminal, but to no avail.

Thanks in advance and thank you for being a great community throughout my 11 years as a Linux user thus far.

Switching to Testing branch is not difficult:

sudo pacman-mirrors --api --set-branch testing

sudo pacman-mirrors --continent && sudo pacman -Syu

If you want to return to Stable branch later, you can do so by running the following commands:

sudo pacman-mirrors --api --set-branch stable

sudo pacman-mirrors --continent && sudo pacman -Syuu

Note the extra ā€œuā€ in the second command, which will allow package downgrades when moving from Testing to Stable branch

4 Likes

Amazing. Thank you, @scotty65 <3

2 Likes

Snapshot and Backup before switching branches.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.