네 가능합니다. deb.torproject.org
는 onion 서비스로도 제공되고 있습니다: http://apow7mjfryruh65chtdydfmqfpj5btws7nbocgtaovhvezgccyjazpqd.onion/
Note: The symbol # refers to running the code as root. This means you should have access to a user account with system administration privileges, i.e. your user should be in the sudo group.
Tor에 Apt를 사용하려면, apt transport를 먼저 설치해야 합니다:
# apt install apt-transport-tor
설치 후 다음 항목을 /etc/apt/sources.list
에 추가하거나, 새로운 파일을 /ect/apt/sources.list.d/
에 추가하세요:
# 안정 버전(stable version)을 사용하는 경우.
deb [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] tor://apow7mjfryruh65chtdydfmqfpj5btws7nbocgtaovhvezgccyjazpqd.onion/torproject.org <DISTRIBUTION> main
# 안정 버전(stable version)을 사용하지 않는 경우.
deb [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] tor://apow7mjfryruh65chtdydfmqfpj5btws7nbocgtaovhvezgccyjazpqd.onion/torproject.org tor-nightly-main-<DISTRIBUTION> main
<DISTRIBUTION>
항목을 사용 중인 운영 체제의 코드명으로 변경하세요. 운영 체제 버전을 확인하려면, lsb_release -c
나 cat /etc/debian_version
을 입력해 실행하세요.
Add the gpg key used to sign the packages by running the following command at your command prompt:
# wget -qO- https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --dearmor | tee /usr/share/keyrings/tor-archive-keyring.gpg >/dev/null
Install tor and tor debian keyring
Now refresh your sources and try to install tor and tor debian keyring:
# apt update
# apt install tor deb.torproject.org-keyring