2014-09-22 94 views
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 /文件夾,它不在那裏?有人可以告訴我哪裏出錯了。

感謝您

回答

2

您沒有安裝soundtouch包,百勝是告訴你,這個包是由libsoundtouch過時。您可以檢查哪些文件屬於該包:

rpm -ql libsoundtouch