this post was submitted on 08 Oct 2025
15 points (100.0% liked)

Linux Questions

2724 readers
2 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

I have a few packages that I install from the aur (ffmpeg-full and ssmimulacra2_bin-git) but I have been having some issues with them so I would like to learn what is the recommend way of having access to these packages without interfering with my system packages.

I use ffmpeg-full when I want to mess around with libfdk-aac, and vvenc but I have a few problems with ffmpeg-full, one Is that it takes about 4-8 hours to update. The second issue is dependency hell and my final issues is that some packages only accept regular ffmpeg and will not run without.

I'm only having problems with ssimulacra2 because one of its dependencies requires a specific version of ffmpeg. If you have any alternatives to this package, they are welcome since I only installed this one in particular because it was listed on the aur.

I was thinking of using Docker to accomplish this task, but I have no idea how to start. Is this the wrong path to go?

Thank you for you time.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] slazer2au@lemmy.world 3 points 3 days ago (1 children)

Does aur or Pacman support package pinning like Debian based releases?

[โ€“] Comexs@lemmy.zip 4 points 3 days ago

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.