Installing Linux System Runtime Packages

After installing optiSLang on a Linux system, you must also install the graphviz and Qt5 packages.

To install the packages:

  1. Navigate to the directory where you extracted the installation package files or the mounted location of the USB or DVD.

  2. Run the following commands:

    sudo yum -y install graphviz
    sudo yum -y install qt5-qtbase
    sudo yum -y install qt5-qtbase-devel