0

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

我有一个在 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/ 文件夹,它不在那里?有人可以告诉我哪里出错了。

感谢您

4

1 回答 1

2

你没有安装soundtouch包,yum 告诉你这个包被libsoundtouch. 您可以检查哪些文件属于该包:

rpm -ql libsoundtouch
于 2014-09-22T11:44:57.887 回答