Сообщения

Показаны сообщения с ярлыком "Tor"

Why and how I can enable Tor Package Repository in Debian?

The Tor Project maintains its own   Debian package repository . Since Debian provides the LTS version of Tor that this might not always give you the latest stable Tor version, it's recommended to install   tor   from our repository. Here's how you can enable Tor Package Repository in Debian based distributions: Note:   The symbol # refers to be running the code as root. That means you should have access to a user account with system administration privileges, e.g your user should be in the sudo group. 1. Install   apt-transport-https To enable all package managers using the libapt-pkg library to access metadata and packages available in sources accessible over https (Hypertext Transfer Protocol Secure). # apt install apt-transport-https 2. Add the following entries to   /etc/apt/sources.list   or a new file in   /etc/apt/sources.list.d/ deb https://deb.torproject.org/torproject.org <DISTRIBUTION> main deb-src https:/...