-
Notifications
You must be signed in to change notification settings - Fork 0
Install i2p on Debian
Christopher Hopkins edited this page Mar 28, 2014
·
3 revisions
Using the current (stable) distribution of Debian, create and add the following lines to /etc/apt/sources.list.d/i2p.list:
deb http://deb.i2p2.no/ stable main
deb-src http://deb.i2p2.no/ stable main
Download the repository signing key : https://geti2p.net/_static/debian-repo.pub
Add the downloaded key with the following command:
# apt-key add debian-repo.pub
Update your package manager:
# apt-get update
Install i2p using apt-get:
# apt-get install i2p i2p-keyring
Configure your browser to use a manual proxy and set http to 127.0.0.1 port 4444 and https 127.0.0.1 port 4445.