2

I know there already exits a post on this (Cannot access PPA... please check your internet connection) which doesn't answer my problem.

I was trying to download TLP on Ubuntu-13.04 and I got the following errors while adding a PPA:

royal@royal-Vostro-3550:~$ sudo add-apt-repository ppa:linrunner/tlp  
Cannot access PPA (https://launchpad.net/api/1.0/~linrunner/+archive/tlp) to get PPA information, please check your internet connection.
Denzil
  • 203

1 Answers1

0

To add it, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo apt-add-repository ppa:linrunner/tlp

Just tested it, and it works.

You may want to check your internet connection. Open Firefox or the browser that you use, and see if your start page loads. Also you can try ping -c3 www.google.com, and see if you get a response.

Mitch
  • 109,787