Avidemux Video Editor for Linux Ubuntu Systems. How to install Avidemux video editing software on Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.10 and Ubuntu 14.04. Avidemux video editor can easily be used to edit all kinds of video files. The software supports all the popular video file formats including AVI, DVD, MPEG, MP4 and others video files. Once installed, users can easily edit (basic and advance) video files.
Avidemux 2.6.11 is the latest version of the Avidemux Video Editor. Avidemux 2.6.11 can e installed on Linux Ubuntu Systems, via the GetDeb repositories. Avidemux can be installed in GTK or Qt versions. Run the following commands to install Avidemux (GTK version) on Ubuntu 15.04:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu vivid-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install avidemux2.6
Run the following commands in Terminal to install Avidemux (Qt version) on Ubuntu 15.04:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu vivid-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install avidemux2.6-qt
Run the following commands in Terminal to install Avidemux (GKT version) on Ubuntu 14.04:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu vivid-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install avidemux2.6
Run the following commands in Terminal to install Avidemux (Qt version) on Ubuntu 14.04:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu vivid-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install avidemux2.6-qt
Once installed, open the Avidemux video editor from Ubuntu Dash or Menu.
If you want to uninstall and remove the Avidemux from Linux Ubuntu Systems (GTK or Qt version), run the following command:
$ sudo apt-get remove avidemux2.6*