1

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?

2 Answers2

1
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.

KGIII
  • 4,101
0

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
cl-netbox
  • 31,491
Neil
  • 4,585