This article describes my Anonsurf installation problem in Linux operating system. Anonsurf is a tool used for browsing the Internet anonymously.
Today I was trying to install anonsurf (tool to browse Internet anonymously). My operating system is Ubuntu 16.04 desktop. Anonsurf is already downloaded and I was trying to install it using the following command:
sudo ./installer.sh
The installation process started, went on for some time and stopped with the following error (and some other errors):
package i2p is not installed
The solution to resolve the above error is, by typing the following commands:
sudo add-apt-repository ppa:i2p-maintainers/i2p
sudo apt-get update
Source: https://launchpad.net/~i2p-maintainers/+archive/ubuntu/i2p
Now, we can install i2p, by typing the following command:
sudo apt-get install i2p
It will take some time for installation. After i2p is installed, we can install anonsurf by using the following command:
sudo ./installer.sh
That’s it! Happy anonymous browsing. 😀
Suryateja Pericherla, at present is a Research Scholar (full-time Ph.D.) in the Dept. of Computer Science & Systems Engineering at Andhra University, Visakhapatnam. Previously worked as an Associate Professor in the Dept. of CSE at Vishnu Institute of Technology, India.
He has 11+ years of teaching experience and is an individual researcher whose research interests are Cloud Computing, Internet of Things, Computer Security, Network Security and Blockchain.
He is a member of professional societies like IEEE, ACM, CSI and ISCA. He published several research papers which are indexed by SCIE, WoS, Scopus, Springer and others.
Leave a Reply