首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在CentOS 7上安装amarok

无法在CentOS 7上安装amarok
EN

Unix & Linux用户
提问于 2016-12-12 06:22:17
回答 2查看 703关注 0票数 0

我在CentOS 7上运行kde,KDE社区页面没有任何rpm,如果从其他网站下载是安全的,我就不会。

我试着使用tar.bz2进行安装,但是这个过程非常繁琐,而且我在安装依赖项方面遇到了问题。下面是百胜的结果

代码语言:javascript
复制
[root@localhost CMakeFiles]# yum install amarok                                                                                                                                                      
Loaded plugins: fastestmirror, langpacks                                                                                                                                                             
Loading mirror speeds from cached hostfile                                                                                                                                                           
 * base: mirror.redsox.cc                                                                                                                                                                            
 * extras: centos.aol.com                                                                                                                                                                            
 * updates: reflector.westga.edu                                                                                                                                                                     
No package amarok available.                                                                                                                                                                         
Error: Nothing to do            
EN

回答 2

Unix & Linux用户

回答已采纳

发布于 2016-12-12 06:40:28

您可以从埃佩尔存储库安装Amarok。如下所示:

代码语言:javascript
复制
# first get EPEL repository
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# install EPEL
yum install epel*rpm
# install Amarok
yum install amarok
票数 2
EN

Unix & Linux用户

发布于 2016-12-12 06:38:37

您可以尝试从rpm.pbone.net.You手动下载它,也可以从there.When下载所有依赖项,您不想从tarball.Or编译它,您可以从它下载puias repos,我不确定对KDE用户来说。

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/329746

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档