Skip to content

Installing from source

Ilias Stamatis edited this page May 12, 2015 · 7 revisions

Contents

  1. Obtain a tarball

Obtain a tarball

You should first obtain a tarball with the project source from sourceforge. Older versions can be found on github.

Just download and extract the desired version.

Install the dependencies

The program actually only needs python3-pyqt4 to run. Then, you should install the optional dependencies, depending on what you want to convert. ffmpeg for video conversions, imagemagick for image conversions and unoconv for document conversions.

Install these packages from your distribution's package manager.

Install

From application's directory just run as root:

python3 setup.py install

You may now run the application, and convert your files.

Uninstall

From application's directory, run the following as root to delete all project files from your system:

sh uninstall.sh

Note: If you've used a package manager to install the application you should use it again to remove it, instead of running the above script.

Clone this wiki locally