arch/manjaro how get old version package
install package
Terminal:
sudo pacman -S downgrade
search version the package that you want
Terminal:
sudo downgrade obs-studio --maxdepth 20 --ala-only
--maxdepth 20: 20 result max
--ala-only: only online package, exclude local packages
Example when you will run the command
after you select the version for your package, the comand show you, this option
add firefox to IgnorePkg? [y/n]
If you answer "y", the package will no long be upgraded in future updates until you manually remove it from the IgnorePkg line of /etc/pacman.conf
this helps me when i needed to update some packages:
- sudo downgrade libva --maxdepth 20 --ala-only
- yay -Qi libva
- sudo downgrade obs-studio --maxdepth 20 --ala-only
- yay -Qi obs-studio
Url: https://wiki.manjaro.org/index.php?title=Downgrading_packages
Alternative to install OBS-STUDIO:
Terminal:
yay -S flatpak && flatpak install flathub com.obsproject.Studio
Reference:
https://obsproject.com/forum/threads/obs-on-manjaro-linux-best-solution-so-far.158090/
0 comentarios :