How to add a ppa from a launchpad link [duplicate]

How can I add this ppa:

to Ubuntu by a command?

So given a launchpad link how can I created the appropriate command?

3

2 Answers

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.

Open the Other Software tab in Software & Updates

sudo software-properties-gtk --open-tab=1

click on Add

enter image description here

type in the ppa - then click on Add Source

enter image description here

Then click on Close.

Now install your package.

sudo apt-get install monodevelop
1

You Might Also Like