Adding Repository Behind Proxy Using add-apt-repository
If you are behind proxy then you may have noticed that adding repository is not easy in Ubuntu. Even though $sudo apt-get-update or $sudo apt-get-install kind of command work, $sudo add-apt-repository don't work.
To get rid of this problem you have to add one line at the end of the sudoer's file. Use the following code in terminal.
And then add the following line at the end of the file
It should work now.
Cheers
A.Paul
Comments
Post a Comment
Please dont forget to tell me if this post helped you or not...