MKVToolNix is a set of tools to create, alter and inspect Matroska files under Linux & windows. Matroska tools are officially build with Matroska libraries itself. Matroska media container usually found as .MKV files (matroska video), .MKA files (matroska audio), .MKS files (subtitles) and .MK3D files (stereoscopic/3D video).
The latest version of MKVToolNix 8.9.0 released on March 28, 2016. MKVToolNix support almost all the major Linux distribution such as Archi Linux, CentOS, RHEL, Fedora, Debian, Ubuntu, Mint, Mageia & openSUSE.
1) Install MKVToolNix in Ubuntu
We can easily install MKVToolNix on Ubuntu systems such as Ubuntu 14.04, Ubuntu 15.04, Ubuntu 15.10 & Ubuntu 16.04 using MKVToolNix official Repo.
$ wget -q -O - https://mkvtoolnix.download/gpg-pub-moritzbunkus.txt | sudo apt-key add - $ sudo sh -c "echo 'deb http://mkvtoolnix.download/ubuntu/`lsb_release -cs`/ ./' >> /etc/apt/sources.list" $ sudo sh -c "echo 'deb-src http://mkvtoolnix.download/ubuntu/`lsb_release -cs`/ ./' >> /etc/apt/sources.list" $ sudo apt-get update $ sudo apt-get install mkvtoolnix mkvtoolnix-gui
2) Install MKVToolNix on LinuxMint
We can easily install MKVToolNix on LinuxMint systems such as LinuxMint 17.1, LinuxMint 17.2 & LinuxMint 17.3 using MKVToolNix official Repo.
$ wget -q -O - https://mkvtoolnix.download/gpg-pub-moritzbunkus.txt | sudo apt-key add - $ sudo sh -c "echo 'deb http://mkvtoolnix.download/ubuntu/trusty ./' >> /etc/apt/sources.list" $ sudo sh -c "echo 'deb-src http://mkvtoolnix.download/ubuntu/trusty ./' >> /etc/apt/sources.list" $ sudo apt-get update $ sudo apt-get install mkvtoolnix mkvtoolnix-gui
3) Install MKVToolNix on Fedora
We can easily install MKVToolNix on Fedora systems such as Fedora 21, Fedora 22 & Fedora 23 using MKVToolNix official Repo.
# rpm -Uhv https://mkvtoolnix.download/fedora/bunkus-org-repo-2-3.noarch.rpm # [yum|dnf] install mkvtoolnix
4) Install MKVToolNix on CentOS/RHEL
We can easily install MKVToolNix on CentOS/RHEL systems such as CentOS/RHEL 7 using MKVToolNix official Repo.
# rpm -Uhv https://mkvtoolnix.download/centos/bunkus-org-repo-2-3.noarch.rpm # yum install mkvtoolnix
5) Install MKVToolNix on Debian
We can easily install MKVToolNix on Debian 8 system using MKVToolNix official Repo.
$ wget -q -O - https://mkvtoolnix.download/gpg-pub-moritzbunkus.txt | sudo apt-key add - $ sudo sh -c "echo 'deb http://mkvtoolnix.download/debian/`lsb_release -cs`/ ./' >> /etc/apt/sources.list" $ sudo sh -c "echo 'deb-src http://mkvtoolnix.download/debian/`lsb_release -cs`/ ./' >> /etc/apt/sources.list" $ sudo apt-get update $ sudo apt-get install mkvtoolnix mkvtoolnix-gui
6) Install MKVToolNix on Archi Linux
We can easily install MKVToolNix on Archi Linux system using Archi Linux Extra Repository.
# pacman -S mkvtoolnix
7) Install MKVToolNix on openSUSE
We can install MKVToolNix on openSUSE system by downloading MKVToolNix rpm files.
# zypper install https://mkvtoolnix.download/opensuse/42.1/mkvtoolnix-9.0.1-1.x86_64.rpm # zypper install https://mkvtoolnix.download/opensuse/13.2/mkvtoolnix-9.0.1-1.x86_64.rpm
Enjoy…)