Skip to content

Instantly share code, notes, and snippets.

@itnet7
Created September 30, 2022 23:29
Show Gist options
  • Save itnet7/8754f7aee39b121feb556f2fc525b41c to your computer and use it in GitHub Desktop.
Save itnet7/8754f7aee39b121feb556f2fc525b41c to your computer and use it in GitHub Desktop.
sudo subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms
## remember if you're going to use Epel, ensure you enable the codready-builde
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo dnf install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-9.noarch.rpm
sudo dnf install https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-9.noarch.rpm
sudo dnf upgrade
sudo dnf install ffmpeg
sudo dnf install gstreamer1-libav
@ji-podhead
Copy link

thanks bro

@ji-podhead
Copy link

i had to manually install ladspa from rpm tho. but maybe this was becuase i did not run npm update.
https://rpmfind.net/linux/rpm2html/search.php?query=ladspa(x86-64)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment