Hello,
I'm a beginner in using SSH and administering a VPS. I was installing FFmpeg on my server.
I don't know how to create a file. So please help me. If I know this I can install many things like suPHP
Thank You
I'm a beginner in using SSH and administering a VPS. I was installing FFmpeg on my server.
Code:
yum install ffmpeg ffmpeg-devel
If you get package not found, then you will need to add few lines in the yum repository for dag packages installation. [B][I][U]Create a file named dag.repo in /etc/yum.repos.d with the following contents on it[/U][/I][/B]
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
then
yum install ffmpeg ffmpeg-devel
Thank You