|
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
最新推荐文章于 2024-02-03 20:26:53 发布
本文详细介绍了在CentOS 6系统中通过wget和yum包管理器下载并安装VLC媒体播放器的过程。包括创建yum源配置文件、下载rpm包、列出相关安装包、最终完成安装的步骤。
1516

被折叠的 条评论
为什么被折叠?



