Skip to content

Installing Optimizer Studio

The below describes the procedure required for getting and installing Optimizer Studio on supported Linux distributions (X86_64):

Rocky Linux 8

CentOS 7

Ubuntu 22.04

Ubuntu 20.04

Ubuntu 18.04

Docker Container

Optimizer Studio installation packages can be obtained from the download page or by using wget as detailed below.

In all distributions, download shall be performed in a folder where your user has write permissions.

To ensure a smooth installation, check that you have stable access to the internet.

If we do not support your OS please reach out via our email: [email protected]

RPM package for Rocky Linux 8

Download and installation

Optimizer Studio package can be installed on Rocky Linux 8 by copying the below into your shell terminal:

  wget -Nq https://www.concertio.com/packages/concertio-optimizer-studio_rocky8_x86_64.rpm; \
  yum -y install epel-release && \
  yum -y install dnf-plugins-core && yum config-manager --set-enabled powertools && \
  yum -y install concertio-optimizer-studio_rocky8_x86_64.rpm

Removal

Optimizer Studio can be uninstalled as follows:

  sudo yum remove optimizer-studio

RPM package for CentOS 7

Download and installation

Optimizer Studio package can be installed on CentOS 7 by copying the below into your shell terminal:

  wget -Nq https://www.concertio.com/packages/concertio-optimizer-studio_centos7_x86_64.rpm; \
  yum -y install epel-release && \
  yum -y install concertio-optimizer-studio_centos7_x86_64.rpm

Removal

Optimizer Studio can be uninstalled as follows:

  sudo yum remove optimizer-studio

Deb package for Ubuntu 22.04

Download and installation

Optimizer Studio can be installed on Ubuntu 22.04 (Jammy Jellyfish) by copying the below into your shell terminal:

  wget -Nq https://www.concertio.com/packages/concertio-optimizer-studio_jammy_x86_64.deb; \
  sudo apt update && \
  sudo apt install -y ./concertio-optimizer-studio_jammy_x86_64.deb

Removal

Optimizer can be removed as follows:

  sudo apt purge optimizer-studio

Deb package for Ubuntu 20.04

Download and installation

Optimizer Studio can be installed on Ubuntu 20.04 (Focal Fossa) by copying the below into your shell terminal:

  wget -Nq https://www.concertio.com/packages/concertio-optimizer-studio_focal_x86_64.deb; \
  sudo apt update && \
  sudo apt install -y ./concertio-optimizer-studio_focal_x86_64.deb

Removal

Optimizer can be removed as follows:

  sudo apt purge optimizer-studio

Deb package for Ubuntu 18.04

Download and installation

Optimizer Studio can be installed on Ubuntu 18.04 (Bionic Beaver) by copying the below into your shell terminal:

  wget -Nq https://www.concertio.com/packages/concertio-optimizer-studio_bionic_x86_64.deb; \
  sudo apt update && \
  sudo apt install -y ./concertio-optimizer-studio_bionic_x86_64.deb

Removal

Optimizer can be removed as follows:

  sudo apt purge optimizer-studio

Docker Container

Download and installation

Optimizer Studio can be installed as Docker Container, by pulling the desired version tag from Docker-Hub. For example, to pull version 3.18.0:

  docker pull concertio/optimizer-studio:3.18.0

For full instructions how to use Optimizer Studio in Docker container, please follow the overview README at Docker Hub