PDA

View Full Version : [ubuntu] not able to add repository



amitpokhrel
August 26th, 2011, 06:04 AM
HI my net is running under proxy server. I configured it to work under proxy. everything is working fine (apt-get update) but when i try to add repositories nothing happens....
is there another way i can add repository??

LowSky
August 26th, 2011, 06:09 AM
what repos are you trying to add?

what version of Ubuntu are you using?

Are you sure you can access the repo? in other words can you ping it or use a browser to visit the site?

amitpokhrel
August 26th, 2011, 06:28 AM
i am using 10.10
I was trying to install ubuntu tweek...

flurospar
August 26th, 2011, 06:50 AM
Is the repo added correctly?

First, remove the added repo from System > Administration > Software Sources.

Then, reload the repository information if the package manager wants to.

Then, in a terminal, type:


sudo add-apt-repository ppa:somerepository/ppa

replacing somerepository/ppa with the location of the repository of Ubuntu tweak.
Finally, type this:
sudo apt-get update

Check if Ubuntu tweak appears in Synaptic. If it doesn't, download the Ubuntu tweak deb by yourself and install it by double clicking on it. This should hopefully make all the packages of the Ubuntu tweak repo available.

(Note that this might not work for you. I followed the above when I couldn't install chromium from chromium-daily/ppa)

amitpokhrel
September 7th, 2011, 06:05 AM
I got the solution!!!
when I type command to add repository and hit enter, the terminal shows busy and doesn't tell if the repository is added or not. but when i cancel it(cntrl+z) and check the synaptic, the repository is added. I thing this is a bug in ubuntu11.04

pappusarkar
September 7th, 2011, 06:15 AM
Use Y PPA Manager.It is a GUI Based ppa management tool.

in Terminal

sudo add-apt-repository ppa:webupd8team/y-ppa-manager sudo apt-get update sudo apt-get install y-ppa-manager