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?

  • @kos: That post does not talk about how to find the code from the link. – Minimus Heximus Nov 04 '15 at 07:29
  • Your question doesn't ask how to find the code from the link, it asks "how to add this ppa to Ubuntu by a command", and that is what the answer you accepted is about, the name of the PPA is there only incidentally. Not meaning to be harsh, but really you didn't see the (pretty big) "Adding this PPA to your system" paragraph on the link? – kos Nov 04 '15 at 07:37
  • Also it does talk about how to find the code from the link. Quoting the accepted answer: "You have to enter the PPA in the box. It can be found in BOLD on the launchpad page.", and here's the picture below that: http://i.stack.imgur.com/A7osv.png – kos Nov 04 '15 at 07:42

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
  • 3,968
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,163
  • 7
  • 94
  • 131
Neil
  • 4,475
  • 3
  • 22
  • 34