SteamOSにzipをインストールする

SteamOSにzipをインストールする

apt私のソースコードにzipがない場合は、Steam OS(Debian Wheezy派生)にzipをどのようにインストールしますか?

# apt-get install zip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package zip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'zip' has no installation candidate

# apt-cache show zip
N: Can't select versions from package 'zip' as it is purely virtual
N: No packages found

ベストアンサー1

このパッケージはzip純粋に仮想です。それはどういう意味ですか?以下のパッケージのいずれかを使用するzipと、コンプレッサーを使用できます。 (SteamOSがなぜこのようなのかわかりませんが、Debianでは本物のバッグ)。したがって、apt-cache depends zipzipパッケージを提供するパッケージを見つけるために使用する必要がありますが、そのunzipパッケージが欲しいと確信しています。

おすすめ記事