Skip to main content

Installation on Linux (RPM)

How to Install Flexi on Linux Fedora, CentOS, RedHat

Written by Lenka Haringerová

Installation

From the website, download the installation package with the RPM extension for your distribution and click on it. A package installation window will appear — click the Install Package button.

The installation will then proceed, which may take up to several minutes depending on the speed of your computer.

You will then be prompted to confirm whether you want to install the package.

At this point, the required libraries will be downloaded.

Installation Log

If the installation fails, you can find the installation log at /var/log/flexibee-install-log.txt (případně. /var/log/flexibee-client-install-log.txt). If you need to identify the cause of the installation failure, provide this log to our support team.

Uninstallation

Open Package Installer, which in Gnome can be found in the System menu. You will first be prompted for the administrator password; once entered, the manager window will open. Select the Installed section and use the filter to search for the flexi package. Then click the Remove button, followed by the Apply button.

After clicking the Apply button, you will be asked to confirm whether you wish to remove the package. If so, click the Apply button.

Command-Line Installation and Uninstallation

The Flexi system can also be installed and uninstalled from the command line. Open a terminal window and install the package using the command from the table below.

Operating System

Installation

SUSE

gpk-install-local-file Flexi-2020.3.0.7-1.noarch.rpm
sudo /sbin/yast2 --install Flexi-2020.3.0.7-1.noarch.rpm

Fedora + CentOS

sudo yum install --nogpg Flexi-2020.3.0.7-1.noarch.rpm

To uninstall the Flexi system, use the following command.

Operating System

Uninstallation

SUSE

sudo /sbin/yast2 --remove Flexi

Fedora + CentOS

sudo yum remove Flexi

Package Update

The installed package automatically checks for the availability of a newer version, just like other packages in the distribution, and will offer to install it if a newer version is available.

Network Installation

Did this answer your question?