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 に答える