is it safe use AUR pakeges at Artix? 07 March 2023, 12:43:35 what the best way use aur here?yaypacman -Umakepkg?i need nvidia 340 driver
Re: is it safe use AUR pakeges at Artix? Reply #1 – 07 March 2023, 13:09:20 over time I've done all, although obviously using pacman -U won't update if the package on aur gets an update. As with anything that uses AUR, caution and restraint is required as many an over enthusiastic arch individual as found to their cost! But to date, for the likes of printer drivers etc., no issues. I don't have an nivd, but for a new install if i had a 340, i'd (probably) give it a go, so if it messed up, its not a big deal to start again (as nothing much else would have been added anyway). oh, and if a package normally uses sysd, its not a huge effort to get it working with another init, depending on the init of course. 3 Likes
Re: is it safe use AUR pakeges at Artix? Reply #2 – 07 March 2023, 13:53:57 ok, thanks!so i cant broke system if try use aur?
Re: is it safe use AUR pakeges at Artix? Reply #3 – 07 March 2023, 15:30:40 it depends on what you install as to whether you break it or not, same as any OS that uses AUR etc. Just get stuff like that done before much else, so if it does wreck it, nothing much lost.
Re: is it safe use AUR pakeges at Artix? Reply #4 – 07 March 2023, 15:45:41 Pakku and Yaourtix have some extra features for Artix, although all the functionality of Yay works as well in Artix as in Arch if you are happy with that. It's generally advised to know how to use makepkg as a first step in using the AUR though, so you understand the process to be able to resolve any difficulties.Yes, you can break your system by using the AUR if you are not careful, but you can do that easily enough in many many other ways too if the hardware doesn't go wrong by itself. Make a regular back up, at least backup important files, to restore from!Read the comments on the AUR package page, see if it's flagged out of date, and look in the PKGBUILD which in many cases will reveal systemd dependencies, for hints of potential problems. 4 Likes
Re: is it safe use AUR pakeges at Artix? Reply #5 – 29 May 2023, 22:46:50 Quote from: ####### – on 07 March 2023, 15:45:41Pakku and Yaourtix have some extra features for Artix, although all the functionality of Yay works as well in Artix as in Arch if you are happy with that. It's generally advised to know how to use makepkg as a first step in using the AUR though, so you understand the process to be able to resolve any difficulties.Yes, you can break your system by using the AUR if you are not careful, but you can do that easily enough in many many other ways too if the hardware doesn't go wrong by itself. Make a regular back up, at least backup important files, to restore from!Read the comments on the AUR package page, see if it's flagged out of date, and look in the PKGBUILD which in many cases will reveal systemd dependencies, for hints of potential problems.I had not heard about Pakku or Yaourtix, so I will look at the extra features for Artix they have. I have used paru before and have found that the downgrade AUR package to also be helpful if you need to easily roll back to an AUR package's previous release.
Re: is it safe use AUR pakeges at Artix? Reply #6 – 30 May 2023, 03:16:23 Well you should be warned you might be slightly disappointed if you try right now, due to the relocated repos for binary PKGBUILD's currently in Pakku (pakku-git) the -Sz and -Sn features to rebuild binary packages only work for Artix and not Arch repos, the Arch repos changed completely in layout compared to a minor change for Artix, although that will probably get fixed eventually. I don't think Yaourtix has been updated at all in this regard though. In Pakku you can choose what version to build so you can build older versions of binary packages but with the proviso you might run into backwards compatibility issues in some cases with build or run deps, especially if you go back a long way, because the PKGBUILD's are usually written with the "current" versions in mind.