123
发布时间:2012-12-25 10:58:04
网上看到的资料,自己也修改了一下。提供给大家用用。编译安装MPlayer好麻烦.其实centos也可以用yum安装MPlayer. (rhel也可用)看一下centos 5的部分:CentOS 5首先确定你安装了ProtectBase .Protectbaseyum-protectbase在CentOS 5包仓库里面有提供:#yum install yum-protectbase在CentOS 5里面这个插件默认启动 .编辑/etc/yum.repos.d/CentOS-Base.repo ,在 [base] 、[update] 、[centosplus] 段末加上一行:protect......【阅读全文】
发布时间:2012-12-25 10:57:23
看一下centos 5的部分:首先确定你安装了ProtectBase . Protectbase yum-protectbase在CentOS 5包仓库里面有提供:#yum install yum-protectbase 在CentOS 5里面这个插件默认启动 . 编辑/etc/yum.repos.d/CentOS-Base.repo ,在 [base] 、[update] 、[centosplus] 段末加上一行:protect=1 让 [centosplus] 段失效如下:enabled=0 编辑/etc/yum.repos.d/CentOS-Base.repo ,在其它段......【阅读全文】
发布时间:2012-12-25 10:56:52
冰点'space 2006-07-17 02:40 自从有yum软件管理工具后,Linux下的软件安装变的如此之简单了,看电影肯定首先Mplayer了,yum安装相当的容易:1. 配置yum Code #gmplayer -vo x11 -ao oss #gedit /etc/yum.repos.d/atrpms.repo在其中加入:Quote:[atrpms]name=Fedora Core $releasever - $basearch - ATrpmsbaseurl=......【阅读全文】
发布时间:2012-12-25 10:56:46
转自http://www.5x54.com/bbs/archiver/tid-62.htmlCentOS 5.2下用yum安装mplayer(号称Linux下的暴风影音)网上找了很多,都是编译安装,太麻烦,也容易出错,还是用yum安装方便,只需等待,呵呵。开始吧! CentOS安装mplayer全过程(由于安装过程代码太多,只整理了安装命令):[code][root@CentOS ~]# cd /etc/yum.repos.d/ [root@CentOS yum.repos.d]# wget http://www.5x54.com/Linux/CentOS-Dag-At.repo.......【阅读全文】