Report this

What is the reason for this report?

Using ConnectBot..Kernel Ubuntu 14.04 x64 vmlinuz-3.13.0-57-generic..Why cant repository pritunl.Keep getting Cannot add PPA: 'ppa:pritunl'

Posted on September 23, 2015

Install TinyProxy: apt-get install tinyproxy

Re-Config: nano /etc/tinyproxy.conf

Edit To: Allow 127.0.0.1 Allow (ur droplets IP) Close the Config & Save

Restart TinyProxy: /etc/init.d/tinyproxy restart

Install Mongodb:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10

echo “deb http://repo.mongodb.org/apt/ubuntu “$(lsb_release -sc)”/mongodb-org/3.0 multiverse” | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list

apt-get update

apt-get install -y mongodb-org

Done

Install Pritunl:

add-apt-repository -y ppa:pritunl Cstuck here due to PPA cannot add) apt-get update apt-get install -y pritunl

/etc/init.d/tinyproxy restart

service tinyproxy restart

service tinyproxy start



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

It looks like the PPA is not working properly. You can add the repository manually though:

echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.0 multiverse" | sudo tee -a /etc/apt/sources.list.d/mongodb-org-3.0.list
echo "deb http://repo.pritunl.com/stable/apt trusty main" | sudo tee -a /etc/apt/sources.list.d/pritunl.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7F0CEB10
apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv CF8E292A
apt-get update

Once you’ve done that, you should be able to install the packages.

Sources:

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.