You are not logged in.
Hi,
is it possible to pin (the term that apt uses in Debian) packages with yaourt so that yaourt will skip upgrading them?
Thanks, Jamie
Offline
There's IgnorePkg in pacman.conf, maybe there's also a similar setting in yaourt's config - have you checked the man page?
Partial upgrades are not supported though.
Offline
yaourt using IgnorePkg from pacman.conf too. Add your packages there.
Offline
Hmm, it seems that yaourt also has undocumented options for package ignore: https://github.com/archlinuxfr/yaourt/s … ef=cmdform
Offline
Thanks guys.
Offline
We have https://wiki.archlinux.org/index.php/Pacman_Rosetta but there's no mention of a 'pin' command, as the comparison uses dpkg, not apt:
echo "$PKGNAME hold" | dpkg --set-selectionsOffline