Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following UGENE package delivery types are available on Linux:

  • Online installer: updates to new versions are supported
  • TAR.GZ archive: does not require Internet connection to be installed
  • Native installation: available for Ubuntu and Fedora only, provides closer integration with the operating systems

Download links for the online installers and TAR.GZ archives are available on the "Download UGENE and components" page. Be careful to select a link for correct platform (64-bit or 32-bit).

Information about native installation on Ubuntu and Fedora is provided below.

Installation using online installer

  • Download the online installer file for your platform (32-bit or 64-bit).
  • Make the file executable - in the Terminal run "chmod +x installer_file_name".
  • Execute the file: "./installer_file_name".

    Code Block
    themeMidnight
    cd "[path/to/installer_file]"
    chmod +x [installer_file]
    ./[installer_file]
  • s

To install UGENE on Linux:

...