kali linux 2017에 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
다음을 사용하여 패키지를 검색하는 것이 좋습니다.
$ apt search tor**
저장소에서 찾으면 다음과 같은 내용이 표시됩니다.
Tor/안정 0.2.9.14-1 amd64
TCP 익명 오버레이 네트워크
그런 다음 실행
$ sudo apt install tor