Skip to content

Linux .tar.gz Installation/Run/Uninstall steps

Note: Please use administrator rights to operate

  1. Download the installation package and extract it to the /opt directory

    bash
    sudo tar -zxvf installation package.tar.gz -C /opt
  2. Execute the installation command

    bash
    sudo sh /opt/dblab/install.sh
  3. Run

    bash
    dblab
  4. Uninstall

    bash
    sudo rm -rf /opt/dblab