Skip to content

Instantly share code, notes, and snippets.

@vdudouyt
Created June 9, 2014 05:00
Show Gist options
  • Save vdudouyt/0e105ff01acca4221044 to your computer and use it in GitHub Desktop.
Save vdudouyt/0e105ff01acca4221044 to your computer and use it in GitHub Desktop.
Install MPlayer on CentOS 6
cat >/etc/yum.repos.d/linuxtech.repo <<BLOCK
[linuxtech]
name=LinuxTECH
baseurl=http://pkgrepo.linuxtech.net/el6/release/
enabled=1
gpgcheck=1
gpgkey=http://pkgrepo.linuxtech.net/el6/release/RPM-GPG-KEY-LinuxTECH.NET
BLOCK
yum install mplayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment