Install MKVToolNix 9.1.0 on Ubuntu 16.04 Systems. MKVToolNix is a popular tool for manipulating Matroska MKV multimedia files. Terminal commands to download and install MKVToolNix 9 on Ubuntu Linux Systems.
MKVToolNix tool can easily edit MKV video files. It can perform all the basic and advance file operations such as to split files, merge files, correct files, edit sound tracks, insert effects and sync audio with video. Not only this, the MKVToolNix tool comes with the following in-built command-line tools:
- mkvmerge : Used for creating Matroska files from other formats
- mkvinfo : Used to get information about the Matroska file
- mkvextract : Extracts tracks from Matroska files to all other formats
MKVToolNix can easily be used to edit mkv video files, split files, sync audio with video.
MKVToolNix 9.1.0 “Little Earthquakes” is the latest version available of MKVToolNix . Run the following commands in Terminal to install MKVToolNix 9.1.0 “Little Earthquakes” on Ubuntu:
Install MKVToolNix on Ubuntu 16.04
$ wget -q -O - https://www.bunkus.org/gpg-pub-moritzbunkus.txt | sudo apt-key add -
$ sudo sh -c 'echo "deb http://www.bunkus.org/ubuntu/xenial/ ./" >> /etc/apt/sources.list'
$ sudo apt-get update
$ sudo apt-get install mkvtoolnix mkvtoolnix-gui
Install MKVToolNix on Ubuntu 15.10
$ wget -q -O - https://www.bunkus.org/gpg-pub-moritzbunkus.txt | sudo apt-key add -
$ sudo sh -c 'echo "deb http://www.bunkus.org/ubuntu/wily/ ./" >> /etc/apt/sources.list'
$ sudo apt-get update
$ sudo apt-get install mkvtoolnix mkvtoolnix-gui
Install MKVToolNix on Ubuntu 14.04
$ wget -q -O - https://www.bunkus.org/gpg-pub-moritzbunkus.txt | sudo apt-key add -
$ sudo sh -c 'echo "deb http://www.bunkus.org/ubuntu/trusty/ ./" >> /etc/apt/sources.list'
$ sudo apt-get update
$ sudo apt-get install mkvtoolnix mkvtoolnix-gui
If you want to uninstall and remove mkvtoolnix and mkvtoolnix-gui from Linux Ubuntu Systems, run:
$ sudo apt-get remove mkvtoolnix mkvtoolnix-gui