Page tree

Versions Compared

Key

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

...

  • Download an archive with the online installer file ("ugeneInstaller_64bit.tar").
  • Unpack the archive.
  • Run the extracted "ugeneInstaller_64bit" executable file.

    Code Block
    themeMidnight
    cd ~/Downloads
    tar -xf ugeneInstaller_64bit.tar
    ./ugeneInstaller_64bit
  • Follow the installation wizard.

...

  • Download the TAR.GZ archive.

  • Unpack the archive - in the Terminal run "tar -xf archive_file".
  • From the unpacked folder run "./ugene -ui" (here "ui" states for "User Interface"). For example:

    Code Block
    themeMidnight
    cd ~/Downloads
    tar -xzf ugene-current-version-x86-64.tar.gz
    cd ugene-current-version
    ./ugeneui

...