我安装了Tor
sudo add-apt-repository ppa:webupd8team/tor-browser
sudo apt-get update
sudo apt-get install tor-browser但我找不到托尔克。我怎么能找到它?
发布于 2015-06-04 14:22:34
该文件位于/etc/tor/torrc。
如果你要找的那个文件。但它在tor包里。
这个包不是在ppa中,而是在Ubuntu universe存储库中。
您可以找到该文件的安装位置。
dpkg-query -L tor | grep torrc发布于 2015-06-04 18:13:12
tor-browser包不包含torrc。该文件位于包tor中。
tor不是由tor-browser自动安装的
% apt-cache rdepends tor-browser
tor-browser
Reverse Depends:
tor-browser:i386包tor-browser不包含torrc:
% dpkg-query -L tor-browser
/.
/opt
/opt/tor-browser-en
/opt/tor-browser-en/tor-browser-linux64-4.5.1_en-US.tar.xz
/usr
/usr/share
/usr/share/applications
/usr/share/applications/tor-browser-en.desktop
/usr/share/doc
/usr/share/doc/tor-browser
/usr/share/doc/tor-browser/changelog.Debian.gz
/usr/share/doc/tor-browser/copyright
/usr/share/pixmaps
/usr/share/pixmaps/tor-browser-en.png
/usr/bin
/usr/bin/tor-browser-en.sh你必须安装tor
sudo apt-get install tor列出包内容
% dpkg-query -L tor
/.
/usr
/usr/bin
/usr/bin/torify
/usr/bin/tor-resolve
/usr/bin/tor
/usr/bin/tor-gencert
/usr/share
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/tor
/usr/share/doc
/usr/share/doc/tor
/usr/share/doc/tor/README.privoxy
/usr/share/doc/tor/tor-exit-notice.html
/usr/share/doc/tor/README.polipo
/usr/share/doc/tor/torify.html
/usr/share/doc/tor/tor.html
/usr/share/doc/tor/README.Debian
/usr/share/doc/tor/NEWS.Debian.gz
/usr/share/doc/tor/copyright
/usr/share/doc/tor/changelog.Debian.gz
/usr/share/doc/tor/tor-gencert.html
/usr/share/doc/tor/tor-resolve.html
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/tor-gencert.1.gz
/usr/share/man/man1/torify.1.gz
/usr/share/man/man1/tor-resolve.1.gz
/usr/share/man/man1/tor.1.gz
/usr/share/man/man5
/usr/share/tor
/usr/share/tor/tor-service-defaults-torrc
/usr/sbin
/etc
/etc/logrotate.d
/etc/logrotate.d/tor
/etc/cron.weekly
/etc/cron.weekly/tor
/etc/apparmor.d
/etc/apparmor.d/abstractions
/etc/apparmor.d/abstractions/tor
/etc/apparmor.d/system_tor
/etc/default
/etc/default/tor
/etc/tor
/etc/tor/torrc
/etc/init.d
/etc/init.d/tor
/usr/share/man/man5/torrc.5.gz
/usr/sbin/torhttps://askubuntu.com/questions/632238
复制相似问题