我在CentOS 7上运行kde,KDE社区页面没有任何rpm,如果从其他网站下载是安全的,我就不会。
我试着使用tar.bz2进行安装,但是这个过程非常繁琐,而且我在安装依赖项方面遇到了问题。下面是百胜的结果
[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 发布于 2016-12-12 06:40:28
您可以从埃佩尔存储库安装Amarok。如下所示:
# 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发布于 2016-12-12 06:38:37
您可以尝试从rpm.pbone.net.You手动下载它,也可以从there.When下载所有依赖项,您不想从tarball.Or编译它,您可以从它下载puias repos,我不确定对KDE用户来说。
https://unix.stackexchange.com/questions/329746
复制相似问题