For advanced options such as clearnet over Tor or onion.
[
extrepo feature request: [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037254 extrepo apt-transport-tor and onion support]
]
Please press on expand on the right side.
Optional.
Install apt-transport-tor
.
{{Install_Package|package=
apt-transport-tor
}}
Find out filename.
{{CodeSelect|code=
ls -la /etc/apt/sources.list.d/extrepo_*
}}
NOTE: Filename will be different if using a repository other than the stable repository such as the testers repository.
{{Open with root rights|filename=
/etc/apt/sources.list.d/extrepo_kicksecure.sources
}}
Choose either option '''A)''' or '''B)'''.
* '''A)''' Clearnet over Tor Repository: To enable clearnet over Tor, tor+
needs do be prepended in front of the https
. The same in other words, look for {{CodeSelect|inline=true|code=Uris: https}} and replace it with {{CodeSelect|inline=true|code=Uris: tor+https}}.
* '''B)''' Onion Repository: To enable onion, look for the line starting with Uris:
. Delete the whole line. Or out-comment it by adding as hash ("#
") in front of it. Then add a new line: {{CodeSelect|inline=true|code=
Uris: tor+http://deb.{{project_onion}}
}}
'''4.''' Done.
The {{project_name_short}} APT repository has been enabled