centos6.3装什么MP3播放器,smplayer提示找不到包

Totem,mplayer,sopcast,realplayer,bmp
回复
糊涂的小强
帖子: 71
注册时间: 2014-04-28 14:33
系统: ubuntu12&centos6

centos6.3装什么MP3播放器,smplayer提示找不到包

#1

帖子 糊涂的小强 »

代码: 全选

yum install smplayer
提示找不到包
ubunbates
帖子: 120
注册时间: 2014-04-30 15:44
系统: linux

Re: centos6.3装什么MP3播放器,smplayer提示找不到包

#2

帖子 ubunbates »

mplayer
糊涂的小强
帖子: 71
注册时间: 2014-04-28 14:33
系统: ubuntu12&centos6

Re: centos6.3装什么MP3播放器,smplayer提示找不到包

#3

帖子 糊涂的小强 »

ubunbates 写了:mplayer
yum install mplayer
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
base | 3.7 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
updates/primary_db | 3.4 MB 00:03
Setting up Install Process
No package mplayer available.
Error: Nothing to do
ubunbates
帖子: 120
注册时间: 2014-04-30 15:44
系统: linux

Re: centos6.3装什么MP3播放器,smplayer提示找不到包

#4

帖子 ubunbates »

换个源
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: centos6.3装什么MP3播放器,smplayer提示找不到包

#5

帖子 YeLee »

mplayer压根就不能进CentOS的官方源,想要用mplayer的话,还是乖乖加rpmfusion吧。 :em01
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
糊涂的小强
帖子: 71
注册时间: 2014-04-28 14:33
系统: ubuntu12&centos6

Re: centos6.3装什么MP3播放器,smplayer提示找不到包

#6

帖子 糊涂的小强 »

YeLee 写了:mplayer压根就不能进CentOS的官方源,想要用mplayer的话,还是乖乖加rpmfusion吧。 :em01
刚装了rpm fusion,查了半天不会用
糊涂的小强
帖子: 71
注册时间: 2014-04-28 14:33
系统: ubuntu12&centos6

Re: centos6.3装什么MP3播放器,smplayer提示找不到包

#7

帖子 糊涂的小强 »

找到半天 看到了一个这样写的
pmfusion.org 提供了许多常用但不被包含在 Fedora/Red Hat 默认软件仓库中的软件包,比如 SMPlayer (Linux 下最受欢迎的影音播放器), aMule (Linux 下的电骡) 等等。
  RPM Fusion 提供的 RPM 软件包可以供所有的 Fedora 版本及 RHEL5 使用,只需将 rpmfusion软件包仓库配置到系统中,用户就可以简单的使用 yum 或 PackageKit 执行软件包的管理工作。
  RPMFusion融合了 Dribble, Freshrpms和 Livna这几个软件包仓库中的内容,因此只使用 RPM Fusion 这一个软件包仓库能够为用户提供足够多的 RPM 软件包。
启用 RPM Fusion 软件包仓库

su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fed ... noarch.rpm http://download1.rpmfusion.org/nonfree/ ... noarch.rpm'

  根据你的 Linux 发行版类型,安装对应的 RPM Fusion 软件包。命令执行完成之后,可以使用使用以下命令验证
rpmfusion 软件包仓库是否安装成功:
~]$ rpm -q rpmfusion-free-release
rpmfusion-free-release-12-1.noarch
  结果输出为
rpmfusion-free-releas-x-x.noarch
则说明安装成功了
但是完成上述操作后,
yum install smplayer
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
Loading mirror speeds from cached hostfile
Error: Cannot find a valid baseurl for repo: rpmfusion-free
回复