# Installing Flight User Suite

The OpenFlight project packages tools as both RPMs and debs that are hosted in package repositories which can be quickly installed with a couple of commands. These need to be set up before the User Suite can be installed.

# Adding the OpenFlight Package Repositories

  • Install the OpenFlight release RPM:
sudo yum install https://repo.openflighthpc.org/pub/centos/7/openflighthpc-release-latest.noarch.rpm
  • Rebuild the yum cache:
sudo yum makecache
  • Install the OpenFlight release RPM:
sudo dnf install https://repo.openflighthpc.org/openflight/centos/8/x86_64/openflighthpc-release-3-1.noarch.rpm
  • Add the Power Tools repository:
sudo dnf config-manager --set-enabled powertools
  • Most tools require packages available in the EPEL repository, installing it is recommended:
sudo dnf install epel-release
  • Finally, rebuild the yum cache:
sudo dnf makecache
  • Import the public signature for OpenFlight:
sudo apt-key adv --fetch-keys https://repo.openflighthpc.org/openflighthpc-archive-key.asc
  • Install the OpenFlight repository:
sudo apt-add-repository "deb https://repo.openflighthpc.org/openflight/ubuntu stable main"
  • Update the apt cache:
sudo apt-get update
  • Import the public signature for OpenFlight:
sudo apt-key adv --fetch-keys https://repo.openflighthpc.org/openflighthpc-archive-key.asc
  • Install the OpenFlight repository:
sudo apt-add-repository "deb https://repo.openflighthpc.org/openflight/ubuntu stable main"
  • Update the apt cache:
sudo apt-get update

# Installing the User Suite

The quickest and simplest way to get up and running with the user suite is to simply install the group package for the tools. This will ensure that compatible versions of all the tools are installed.

  • Install the user suite RPM:
sudo yum install flight-user-suite
  • Install the user suite RPM:
sudo dnf install flight-user-suite
  • Install the user suite deb:
sudo apt-get install flight-user-suite
  • Install the user suite deb:
sudo apt-get install flight-user-suite