Download the appropriate package for your distribution, then run the install command in a terminal.
Open a “Terminal” window or from your console enter the following command depending on your OS distribution.
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/FileflexConnector_Latest.deb || true && sudo apt-get -f install sudo zypper install FileFlexConnector_Latest.rpm sudo yum install FileFlexConnector_Latest.rpm