zypper または yast はローカルリポジトリからサードパーティの RPM をインストールできません

zypper または yast はローカルリポジトリからサードパーティの RPM をインストールできません

私は SLES11 SP4 マシンを使用しており、ローカルの yum リポジトリから RPM をインストールしようとしています。SUSE によって提供され、ローカル リポジトリにコピーされた他のすべての RPM (mysql、samba など) は正常にインストールされます。

この問題は、mirthconnectと呼ばれるサードパーティのRPMで発生します。これは、http://downloads.mirthcorp.com/archive/connect/3.2.1.7650.b40/SLES11 SP4 マシンに接続されたローカル YUM リポジトリにコピーしました。

SLES11SP4-118:~ # zypper se mirth
Loading repository data...
Reading installed packages...

S | Name         | Summary | Type
--+--------------+---------+-----------
  | mirthconnect | (none)  | srcpackage



SLES11SP4-118:~ # zypper install mirthconnect
Loading repository data...
Reading installed packages...
'mirthconnect' not found in package names. Trying capabilities.
No provider of 'mirthconnect' found.
Resolving package dependencies...

Nothing to do.

追加した zypperには以下のようにソースRPMをインストールする方法があることを今知りました。zypper si

zypper si mirthconnect
Reading installed packages...
Loading repository data...
Resolving package dependencies...

The following items are locked and will not be changed by any action:
  Installed:
  cifs-utils erlang fam fuse jdk libMagickCore1 libiniparser0 libjasper libmysqlclient15 libmysqlclient_r15
  libnetpbm-devel libnetpbm10 libwmf mysql mysql-client netpbm nfs-kernel-server perl-DBD-mysql perl-DBI
  perl-Data-ShowTable perl-Net-Daemon perl-PlRPC postgresql-libs samba samba-32bit samba-client
  samba-client-32bit stunnel unixODBC
  Available:
  libtspi1

The following source package is going to be installed:
  mirthconnect

.
Overall download size: 137.5 MiB. After the operation, additional 155.2 MiB will be used.
Continue? [y/n/? shows all options] (y): y
Retrieving: mirthconnect-3.2.1.7650.b40-linux.x86_64.rpm [done] …. 

しかし、この mirthconnect は、それを必要とする別の RPM の依存関係の一部でもあります。yast2 を使用してそれをインストールしようとすると、「mirthconnect を提供するものはありません」と表示されます。

答え1

あれはソースパッケージ; 通常のパッケージ(.rpmそして、.src.rpm

関連情報