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가 왜 이런지는 모르겠지만 데비안에서는진짜 가방). 따라서 apt-cache depends zipzip 패키지를 제공하는 패키지를 찾는 데 사용해야 하지만 해당 unzip패키지를 원할 것이라고 확신합니다.

관련 정보