百胜安装套餐,但我不能找到它

时间:2014-09-22 11:33:34

标签: centos yum command-line-interface soundtouch

首先请不要立即投票,因为我没有经验,通过命令行构建和运行发行版,这对我来说都是我学习的。

我在Centos 6上运行了一台服务器,我正在尝试下载并安装名为soundtouch的库。

此处:http://pkgs.org/centos-6/epel-i386/soundtouch-devel-1.5.0-1.el6.i686.rpm.html 在这里:http://www.surina.net/soundtouch/ 我跑

yum install soundtouch

它运行并且似乎正确安装

yum install soundtouch
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * base: mirror.atlanticmetro.net
 * epel: mirror.symnds.com
 * extras: mirror.cogentco.com
 * updates: mirror.rackspace.com
489 packages excluded due to repository priority protections
Setting up Install Process
Package soundtouch-1.5.0-1.el6.x86_64 is obsoleted by libsoundtouch-1.7.1-1.el6.x86_64 which is already installed
Nothing to do

但是当我尝试运行命令时

which soundtouch
/usr/bin/which: no soundtouch

soundtouch
-bash: soundtouch: command not found

我检查我的/ usr / bin /文件夹,它不在那里?有人可以告诉我哪里出错了。

谢谢你

1 个答案:

答案 0 :(得分:2)

您没有安装soundtouch软件包,yum告诉您此软件包已被libsoundtouch淘汰。您可以检查哪个文件属于该软件包:

rpm -ql libsoundtouch