apt-get 설치가 작동하지 않습니다

apt-get 설치가 작동하지 않습니다

기계에 표시되는 내용은 다음과 같습니다.

#apt-get install tor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package tor 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 'tor' has no installation candidate

답변1

존재하다데비안/우분투미리 /etc/apt/sources.list에 올바른 소스를 추가해야 합니다.

deb http://deb.torproject.org/torproject.org stretch main
deb-src http://deb.torproject.org/torproject.org stretch main

그 후에는 다음을 실행해야 합니다:

apt-get update
apt-get install tor

Kali Linux의 경우 읽기이것주제.

관련 정보