Installing the FileFlex Client on Linux

Download the appropriate package for your distribution, then run the install command in a terminal.

Step 1: Download the appropriate Linux client

Step 2:
Install the FileFlex client on your Linux PC

Open a “Terminal” window or from your console enter the following command depending on your OS distribution.

  • For Debian packages (Debian, Mint, Ubuntu, etc.) type the following command:
    sudo dpkg -i /path-to-package/package.deb || true && sudo apt-get -f install

    Example: For Ubuntu Desktop, if the file was downloaded to /home/tester/Downloads, the command would be:

    sudo dpkg -i /home/tester/Downloads/FileFlexEnterprise_Prod_x86_64_Latest.deb || true && sudo apt-get -f install
  • For the RPM package (OpenSUSE) type the following command:
    sudo zypper install FileFlexEnterprise_Prod_x86_64_Latest.rpm
  • For the RPM package (Fedora, CentOS, RedHat) type the following command:
    sudo yum install FileFlexEnterprise_Prod_x86_64_Latest.rpm