Hello Linux Geeksters. As you may know, traGtor is a graphical user interface, written in Python, for the popular file format converting tool ffmpeg. It brings an intuitive and easy to use GUI for ffmpeg, in order to help the users do their ffmpeg tasks. If you do not like working from the terminal that much, you should use tragtor.

In this article I will show you how to install traGtor on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Sid, Debian Wheezy and Debian Squeeze.
Because it is available in a repository, installing traGtor on Ubuntu, Linux Mint and Debian is easy. Follow this steps for a successful installation:
Download the repository’s key:
$ wget http://repository.mein-neues-blog.de:9000/PublicKey
Add the key to the system:
$ sudo apt-key add PublicKey && rm -rf PublicKey
Add the repository to the system:
$ echo "deb http://repository.mein-neues-blog.de:9000/ /" | sudo tee -a /etc/apt/sources.list
Update the repository index:
$ sudo apt-get update
Install TraGtor:
$ sudo apt-get install tragtor