Created
September 30, 2022 23:29
-
-
Save itnet7/8754f7aee39b121feb556f2fc525b41c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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
thanks bro