
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 zip
zipパッケージを提供するパッケージを見つけるために使用する必要がありますが、そのunzip
パッケージが欲しいと確信しています。