24 lines
970 B
Markdown
24 lines
970 B
Markdown
MKVToolNix is a set of tools to create, alter and inspect Matroska files under Linux, other Unices and Windows.
|
||
|
||
## Installer
|
||
```bash
|
||
yum install mkvtoolnix mkvtoolnix-gui
|
||
```
|
||
|
||
Fedora 24–25
|
||
|
||
I host i386/i686 and x86_64 binaries for Fedora 24 and 25 of MKVToolNix in dnf 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 repository all you have to do is to execute the following two commands:
|
||
|
||
sudo rpm -Uhv https://mkvtoolnix.download/fedora/bunkus-org-repo-2-3.noarch.rpm
|
||
|
||
Afterwards you can install MKVToolNix with the following command:
|
||
|
||
sudo dnf install mkvtoolnix
|
||
|
||
My GPG key's ID is 16D2F5DC 10C052A6, and the fingerprint is EB24 BCA1 4BA6 A24F 1427 6FEE 16D2 F5DC 10C0 52A6.
|
||
|
||
You can also browse the download directories for your version: Fedora 23, Fedora 24 and Fedora 25. |