Arch Linux
Giovanni Scafora is maintaining packages for
libEBML, libMatroska and MKVToolNix in
Arch's [extra] repository. You can
install MKVToolNix with the simple command pacman -S
mkvtoolnix
You can also view the package sites for libebml, libmatroska and MKVToolNix.
CentOS 5.6 and RedHat Enterprise Linux 5.6
I used to host binaries of MKVToolNix up to v5.0.1 for CentOS. Due to new requirements in the source code v5.1.0 later require a gcc version of 4.6.0 or newer. CentOS only ships with gcc 4.4.x. Therefore I don't provide binaries for CentOS anymore.
You can still get older versions of MKVToolNix from my yum repository though (only for RedHat 5.x, not for 6.x!). First you can add that yum repository with the following command:
sudo rpm -Uhv http://www.bunkus.org/videotools/mkvtoolnix/centos/bunkus-org-repo-1-2.noarch.rpm
My packages depend on some other packages from the EPEL project. Therefore you also need to enable the EPEL repository by issuing the following command:
sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
Last you can install MKVToolNix with the following command:
sudo yum install mkvtoolnix
You can also browse the download directories for your version: CentOS/RedHat 5.6.
Debian packages
I provide i386 and Amd64 binaries for MKVToolNix for Debian stable (wheezy).
I do not provide binaries for libEBML and libMatroska anymore as they're already part of the official distribution. If those are too old MKVToolNix even bundles the current version of both libraries.
You first have to
import my public GPG
key because all of my pools are signed. Run this
once: wget -O -
http://www.bunkus.org/gpg-pub-moritzbunkus.txt | sudo apt-key add
-.
You can access the packages by adding the appropriate lines to
your /etc/apt/sources.list:
| Version | APT source |
|---|---|
| Testing (aka "wheezy") |
deb http://www.bunkus.org/debian/wheezy/ ./ deb-src http://www.bunkus.org/debian/wheezy/ ./ |
Now simply run apt-get update followed
by apt-get install mkvtoolnix mkvtoolnix-gui. Note
that you only need the
MKVToolNix packages as the libraries are linked
statically.
<Debian Squeeze: I don't
provide current binaries for this distribution anymore. You can
still get the last version provided by adding these lines to
your /etc/apt/sources.list:
| Version | APT source |
|---|---|
| "squeeze" |
deb http://www.bunkus.org/debian/squeeze/ ./ deb-src http://www.bunkus.org/debian/squeeze/ ./ |
Fedora Core 16 - 18
I host i386/i686 and x86_64 binaries for Fedora Core 16 - 18 of MKVToolNix in yum repositories.
I do not provide binaries for libEBML and libMatroska anymore as they're already part of the official distribution. If those are too old MKVToolNix even bundles the current version of both libraries.
In order to add the yum repository all you have to do is to execute the following two commands:
sudo rpm -Uhv http://www.bunkus.org/videotools/mkvtoolnix/fedora/bunkus-org-repo-1-2.noarch.rpm
sudo yum install mkvtoolnix
You can also browse the download directories for your version: Fedora Core 15, Fedora Core 16 and Fedora Core 17.
Fedora Core 13 - 14: I don't provide updated binary packages for current MKVToolNix versions for these distributions anymore. However, older binary packages can still be found in the download directories.
FreeBSD
You can find MKVToolNix and its GUI as a port on freshports.org.
Gentoo
Thanks to Martin Holzer Gentoo does already contain ebuilds for MKVToolNix which you can simply install.
MacOS X 10.x
Note: I don't own a Mac nor do I have access to one. Therefore I do not support the binary packages available below as they were all contributed by third parties.
Jonathan Buschmann provides a universal (32/64bits) package for Snow Leopard (10.6), Lion (10.7) and Mountain Lion (10.8) for MKVToolNix. You can download the latest version (6.2.0 build 2013-04-28-b48f) from downloadbestsoft.com. There are also older versions available on Jonathan's homepage as well. If you have trouble with his build then please contact Jonathan directly.
The MacPorts project also
includes MKVToolNix. At the moment v5.8.0 is available
there. You have
to install
MacPorts itself. Afterwards installing MKVToolNix is as
easy as typing sudo port install mkvtoolnix.
Mandriva
Götz Waschk is so kind as to build RPM packages for Mandriva (formerly Mandrake) You can get them from Easy URPMI. In order to get the current version you have to add the Cooker contribs package source. The contribs source for the stable version might only contain an outdated version of MKVToolNix.
NetBSD
You can find MKVToolNix and its GUI in the pkgsrc tree as multimedia/mkvtoolnix and multimedia/mmg, maintained by Lubomir Sedlacik.
OpenIndiana
You can find MKVToolNix and its GUI in
official
"extra" repository. After adding the rpository to
your list of publishers you can install MKVToolNix with pkg
install mkvtoolnix.
openSUSE 12.x
Here are some binaries and source RPMs for MKVToolNix for openSUSE 12.1, 12.2 and 12.3. If you only want to run MKVToolNix (and not compile it youreslf) then you only need to download the corresponding MKVToolNix RPM for your architecture from the corresponding download directory: openSUSE 12.1, openSUSE 12.2, openSUSE 12.3.
Older versions: I don't provide updated binary packages for MKVToolNix for versions up to and including openSUSE 11.4. Older versions can still be found in the download directories.
Slackware
A way to get MKVToolNix running on the latest Slackware is to download the build script available on Slackbuilds.org and running it. It will do everything for you. This script was provided by Andrew Strong.
Ubuntu "Oneiric Ocelot", "Precise Pangolin", "Quantal Quetzal", "Raring Ringtail"
I provide i386 and Amd64 binaries for MKVToolNix.
I do not provide binaries for libEBML and libMatroska anymore as they're already part of the official distribution. If those are too old MKVToolNix even bundles the current version of both libraries.
You first have to
import my public GPG
key because all of my pools are signed. Run this
once: wget -O -
http://www.bunkus.org/gpg-pub-moritzbunkus.txt | sudo apt-key add
-.
You can get the package by adding the following lines to your
/etc/apt/sources.list:
| Version | APT source |
|---|---|
| 13.04 "Raring Ringtail" |
deb http://www.bunkus.org/ubuntu/raring/ ./ deb-src http://www.bunkus.org/ubuntu/raring/ ./ |
| 12.10 "Quantal Quetzal" |
deb http://www.bunkus.org/ubuntu/quantal/ ./ deb-src http://www.bunkus.org/ubuntu/quantal/ ./ |
| 12.04 "Precise Pangolin" |
deb http://www.bunkus.org/ubuntu/precise/ ./ deb-src http://www.bunkus.org/ubuntu/precise/ ./ |
| 11.10 "Oneiric Ocelot" |
deb http://www.bunkus.org/ubuntu/oneiric/ ./ deb-src http://www.bunkus.org/ubuntu/oneiric/ ./ |
Now simply run apt-get update followed
by apt-get install mkvtoolnix mkvtoolnix-gui
10.04 "Lucid Lync",
10.10 "Maverick Meerkat", 11.04 "Natty
Narwhal": I don't provide updated binary packages for
current MKVToolNix versions for these
distributions. However, older versions can still be installed by
adding these lines to your /etc/apt/sources.list and
following the instructions above:
| Version | APT source |
|---|---|
| 10.04 "Lucid Lynx" |
deb http://www.bunkus.org/ubuntu/lucid/ ./ deb-src http://www.bunkus.org/ubuntu/lucid/ ./ |
| 10.10 "Maverick Meerkat" |
deb http://www.bunkus.org/ubuntu/maverick/ ./ deb-src http://www.bunkus.org/ubuntu/maverick/ ./ |
| 11.04 "Natty Narwhal" |
deb http://www.bunkus.org/ubuntu/natty/ ./ deb-src http://www.bunkus.org/ubuntu/natty/ ./ |
Windows
The current version v6.2.0 is available as an installer and as a portable 7zip archive from downloadbestsoft.com.
If you want to verify the integrity of the downloads please refer to these checksums for v6.2.0. Please note that the SHA512 checksums have been cut off for improved display. However, they link to files which contain them in full.
| File name | SHA1 checksum | SHA512 checksum |
|---|---|---|
| mkvtoolnix-unicode-6.2.0-setup.exe | b28eb4981b6b9522f9213be7aa22ea27a3b9b6ea | 7f2a4ddc2fffb7e2141b8fef7b32f0348a03f2ac... |
| mkvtoolnix-unicode-6.2.0.7z | d445d4c53d048a27797718e81d167d818ebf9f8b | 4b09f1f3314691efe11f9b7b6143d950abd92354... |
Zenwalk Linux
Frédéric Boulet is maintaining packages for
libEBML, libMatroska and MKVToolNix in
Zenwalk's [extra]
repository. You can install MKVToolNix with the simple
command netpkg mkvtoolnix or with the graphical
utility xnetpkg.
Others
Unfortunately I do not have access to other distributions and cannot provide binaries for other distributions. If you're interested in providing binary packages for other distributions then please contact me. You'll find my email address on the contact page.
RSS