Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antitree/tor-deb-raspberry-pi
This is a repo for Tor build for the arm architecture. It's designed to run on raspberry pi's or any arm chips. This is a more up-to-date version of Tor compared to the ones used by Debian
https://github.com/antitree/tor-deb-raspberry-pi
Last synced: 17 days ago
JSON representation
This is a repo for Tor build for the arm architecture. It's designed to run on raspberry pi's or any arm chips. This is a more up-to-date version of Tor compared to the ones used by Debian
- Host: GitHub
- URL: https://github.com/antitree/tor-deb-raspberry-pi
- Owner: antitree
- Created: 2014-07-05T20:20:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T13:50:05.000Z (over 9 years ago)
- Last Synced: 2023-03-16T17:50:33.134Z (almost 2 years ago)
- Language: Python
- Size: 206 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tor-deb-raspberry-pi
=============This is a repo for Tor .deb packages built for the arm architecture and specifically for the Raspberry Pi. This is a more up-to-date version of Tor compared to the ones used by Debian and Raspbian.
## Installation
* Download the latest .deb under releases
* on the pi as root run
dpkg -i tor-{whateverversion}.deb
* If you receive an error stating that libevent is not installed, you can automatically install it by running
apt-get install -f## Why? ##
* Debian(and Raspbian) repos are notoriously out of date
* The custom repos you normally use for Debian and Ubuntu do not support Arm
* Building from source is not easy in a chroot environment and very time consumingThis is meant to be an up-to-date version of Tor .DEB package that can easily be installed on Raspbian or other Debian-based distros running on the Raspberry Pi. It is built on a Raspberry Pi Model B but should also work on A just fine.
For more background and detailed explanation:
https://tor.stackexchange.com/questions/242/how-to-run-tor-on-raspbian-on-the-raspberry-pi## Why not a PPA?##
Because Launchpad doesn't support arm architecture at this point.## Why should I trust you ##
You shouldn't. Although I know I'm not messing with the source, you shouldn't trust a binary and if this is a concern of yours, you should build it from source yourself.## Future Versions ##
[ ] build for experimental builds as well
[ ] automate the build process