• 1 Post
  • 2 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2024

help-circle
  • I think pacman support somethings similar. In /etc/pacman.conf you can add packages to a ignore list. I only used it when nvidia driver gives me problems which it has been a few years at this point.

    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg   =
    #IgnoreGroup =
    

    I kinda need ffmpeg to be up to date and want ffmpeg-full to be accessible. Not sure how this feature solves my needs.