Re: Libtiiff problem upgrade
Reply #16 –
That's a yay shortcut feature, it has a number of things like that to avoid typing long commands, but there are something like 80+ AUR helpers in the AUR and they are not all the same, Pakku gives the same behaviour as Pacman in this respect, like many others:
$ pakku -Ss firefox
world/firefox 108.0.1-1 [installed]
Standalone web browser from mozilla.org
...
extra/firefox 108.0.2-1 [installed: 108.0.1-1]
Standalone web browser from mozilla.org
....
$ pakku -s firefox
error: invalid option '-s'
$ pakku -S firefox
warning: firefox-108.0.1-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) firefox-108.0.1-1
Total Installed Size: 237.73 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
Occasionally if you get a new dependency added in an upgrade you might get asked "there are 2 providers for pkgname" then have to select 1 or 2, 1 should be the Artix one as the top repo, that can happen even with Pacman. It's good to be able to use makepkg and understand PKGBUILD's, and that approach is often suited to some circumstances even if you use an AUR helper too, but if you have a number of AUR packages it gets impractical to constantly check for updates and build them manually when you can simply -Syu with your AUR helper and save yourself a bit of time, but of course it depends on personal circumstance and preference, and you should study the usage of the software in question. Enabling additional repos and using the AUR is going to make more demands on your package management skills and increase the chance of needing to resolve issues.