1
2
3
4
5
6
7
8
9
10
11
|
# cd /etc/yum.repos.d/
# wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo //我试了3次才下载下来
# yum list *vlc*
# yum -y install vlc
如果无法下载那么在/etc/yum.repos.d 文件夹下建立一个文件
vi vlc.repos
///
[linuxtech-release] name=LinuxTECH.NET el6 main repo baseurl=http://linuxsoft.cern.ch/linuxtech/el6/release/ http://pkgrepo.linuxtech.net/el6/release/ mirrorlist=http://pkgrepo.linuxtech.net/el6/release/mirrorlist.txt mirrorlist_expire=7d enabled=1 gpgcheck=1 gpgkey=http://pkgrepo.linuxtech.net/el6/release/RPM-GPG-KEY-LinuxTECH.NET [linuxtech-testing] name=LinuxTECH.NET el6 testing repo baseurl=http://linuxsoft.cern.ch/linuxtech/el6/testing/ http://pkgrepo.linuxtech.net/el6/testing/ mirrorlist=http://pkgrepo.linuxtech.net/el6/testing/mirrorlist.txt mirrorlist_expire=7d enabled=0 gpgcheck=1 gpgkey=http://pkgrepo.linuxtech.net/el6/release/RPM-GPG-KEY-LinuxTECH.NET [linuxtech-backports] name=LinuxTECH.NET el6 backports repo baseurl=http://linuxsoft.cern.ch/linuxtech/el6/backports/ http://pkgrepo.linuxtech.net/el6/backports/ mirrorlist=http://pkgrepo.linuxtech.net/el6/backports/mirrorlist.txt mirrorlist_expire=7d enabled=0 gpgcheck=1 gpgkey=http://pkgrepo.linuxtech.net/el6/release/RPM-GPG-KEY-LinuxTECH.NET /// exit and save. 运行 yum install vlc 就可以安装了。
引用地址:http://www.cnblogs.com/bushe/p/4027882.html
|
centos6.5安装VLC
最新推荐文章于 2022-07-20 11:33:47 发布