1

I'm trying to install the program pymol (https://apps.ubuntu.com/cat/applications/raring/pymol/) on my system (I have Ubuntu 13.04).

I've tried it via this link to the softwarecentre and via the terminal using sudo apt-get install pymol. However, it always says that it cannot find the package.

Tim
  • 32,274
  • 27
  • 118
  • 177
user266645
  • 11
  • 1

1 Answers1

2

I think that you can install it via Software Center(GUI tool). As following steps.

enter image description here

enter image description here

Or If you use the command that "apt-get install pymol", first you must use following command:

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
xiaodongjie
  • 2,796
  • 1
  • 17
  • 37
  • Also visit [This](http://askubuntu.com/questions/481354/how-to-solve-unable-to-locate-package-error/481355#481355). – Pandya Jun 14 '14 at 13:14