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,861
  • 27
  • 118
  • 178
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,824
  • 1
  • 18
  • 37