Debian: add-apt-repository *solution*
by admin on Nov.23, 2011, under Linux (Ubuntu)
This is how to add the command add-apt-repository on Debian installations:
Step 01: Open the terminal. Make sure you’re root.
Step 02: Change the current directory to /usr/local/sbin
(thanks Michael)
cd /usr/local/sbin
Step 03: Download the following shell script
wget http://betamaster.us/blog/wp-content/uploads/2011/11/add-apt-repository
Step 04: Make it executable
chmod o+x /usr/sbin/add-apt-repository
Step 05: Make sure root is the files owner
chown root:root /usr/sbin/add-apt-repository
October 17th, 2012 on 13:48
Nice tips 🙂
I would suggest to change the Step 02 as followed:
Change the current directory to /usr/local/sbin
$ cd /usr/sbin
🙂
February 9th, 2013 on 03:38
Thanks!! This worked very well for me!
November 14th, 2013 on 03:43
thanks bro, it’s work