Child pages
  • Native Installation on Ubuntu

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

How do I use software from a PPA?

Ugene packages for different Ubuntu versions are available on the Personal Package Archives (PPA). To start installing and using software from a Personal Package Archive, you first need to tell Ubuntu where to find the PPA.

Important: The contents of Personal Package Archives are not checked or monitored. You install software from them at your own risk.

If you're using the most recent version of Ubuntu (or any version from Ubuntu 9.10 onwards), you can add a PPA to your system with a single line in your terminal.

Step 1: On the PPA's overview page, look for the heading that reads Adding this PPA to your system. Make a note of the PPA's location, which looks like:

ppa:gwibber-daily/ppa

Step 2: Open the UGENE PPA do the following steps:

  • Open a terminal and enter:
Code Block
sudo add-apt-repository ppa:

...

iefremov/ppa

...

Replace ppa:user/ppa-name with the PPA's location that you noted above.

Screen shot of a terminal with the sudo add-apt-repoistory lineImage Removed 

Your system will now fetch the PPA's key. This enables your Ubuntu system to verify that the packages in the PPA have not been interfered with since they were built.

Screen shot of a system retrieving the PPA detailsImage Removed 

...

  • Now, as a one-off, you should tell your system to pull down the latest list of software from

...

  • ugene archive it knows about, including the PPA

...

  • :
Code Block
sudo apt-get update
  • Now you're ready to start installing

...

  • UGENE:
Code Block
sudo apt-get install ugene
  • To install the non-free UGENE plugins do the following:
Code Block
sudo apt-get install ugene-non-free

UGENE will appear in the applications list.

HTML
<center>
  <br>
  <img src="/wiki/download/attachments/4227155/Installing UGENE on Ubuntu_1.jpg"/>
  <br> 
</center>