How can I add this ppa:
https://launchpad.net/~ermshiperete/+archive/ubuntu/monodevelop
to Ubuntu by a command?
So given a launchpad link how can I created the appropriate command?
How can I add this ppa:
https://launchpad.net/~ermshiperete/+archive/ubuntu/monodevelop
to Ubuntu by a command?
So given a launchpad link how can I created the appropriate command?
sudo add-apt-repository ppa:ermshiperete/monodevelop
sudo apt-get update
sudo apt-get install ****
Where **** is the name of the package that you wish to install.