Установка mkvtoolnix для linux mint

Установка mkvtoolnix для linux mint

Downloads

AlmaLinux 8.x

I provide binaries for AlmaLinux 8.x. You can get RPMs for MKVToolNix from my repository. First you have to add that repository with the following command:

sudo rpm -Uhv https://mkvtoolnix.download/almalinux/bunkus-org-repo-2-4.noarch.rpm

Then you can install MKVToolNix with the following command:

sudo dnf install mkvtoolnix mkvtoolnix-gui

You can also browse the download directory: AlmaLinux 8.x.

Linux AppImage

I’m providing a distribution-agnostic AppImage for Linux. It should run on any more or less recent distribution. It has been tested successfully as far back as Ubuntu 14.04.

You can download the current AppImage from here. Older releases and continuous builds can be found here.

Don’t forget to make the downloaded file executable afterwards.

Starting the AppImage will launch MKVToolNix GUI. If you want to run one of the command-line tools, you can do so as well: by symlinking the AppImage to the tool’s name. Here’s an example using mkvpropedit to change a movie’s title:

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-cli mkvtoolnix-gui

You can also view the package sites for libebml, libmatroska and MKVToolNix.

CentOS Stream/RedHat Enterprise Linux 8.x

I provide binaries for CentOS 8 Stream that should work on RedHat Enterprise Linux, too. You can get RPMs for MKVToolNix from my yum repository. First you can add that yum repository with the following command:

sudo rpm -Uhv https://mkvtoolnix.download/centosstream/bunkus-org-repo-2-4.noarch.rpm

Then you can install MKVToolNix with the following command:

sudo dnf install mkvtoolnix mkvtoolnix-gui

You can also browse the download directory: CentOS Stream 8.x.

Debian packages

I provide i386 and Amd64 binaries for MKVToolNix for Debian 10 «Buster» (the current stable) and 11 «Bullseye» (the upcoming stable).

You first have to import my public GPG key because all of my pools are signed. Run this once: sudo wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg

You can access the packages by adding the lines below to a file such as /etc/apt/sources.list.d/mkvtoolnix.download.list :

Version APT source
Debian 10 (aka «Buster») deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ buster main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ buster main
Debian 11 (aka «Bullseye») deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ bullseye main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ bullseye main

Now simply run sudo apt update followed by sudo apt install mkvtoolnix mkvtoolnix-gui .

If updating the package lists fails, make sure you have the package apt-transport-https installed.

A note on compiling for Debian 11: you have to install the clang package for the clang compiler which is used due to a bug in the gcc version shipped with Debian 11.

Debian 8 «Jessie» and 9 «stretch»: you can get versions up to v38.0.0 (for Stretch) and v29.0.0 (for Jessie) from my repositories.

Version APT source
Debian 9 (aka «Stretch») deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ stretch main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ stretch main
Debian 8 (aka «Jessie») deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ jessie main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ jessie main

If you’re looking for older Debian or MKVToolNix releases, you can look through the repository directory yourself.

Docker

Jocelyn Le Sage is maintaining a Docker image for MKVToolNix GUI that can also be run on machines such as Synology or Unraid NAS systems. Please see the full documentation Jocelyn provides for details how to run the image and how to solve issues such as problems with file permission due to differing user IDs inside and outside the container.

If you’re having issues with the Docker image, please file a bug report in Jocelyn’s GitHub repository. I do not offer support for this Docker image myself.

Fedora 33–34

I host x86_64 binaries for Fedora 33 & 34 of MKVToolNix in dnf repositories.

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-4.noarch.rpm

Afterwards you can install MKVToolNix with the following command:

sudo dnf install mkvtoolnix mkvtoolnix-gui

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 33 and Fedora 34.

Fedora 13–32: 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.

Linux Flatpak images

Flatpak images are available over on FlatHub.org.

After installing Flatpak itself, you can download and run the current version with the following commands:

flatpak install flathub org.bunkus.mkvtoolnix-gui flatpak run org.bunkus.mkvtoolnix-gui

If you want to run one of the command-line tools, you can do so as well. In general the syntax looks like this:

flatpak run —command= org.bunkus.mkvtoolnix-gui

Here’s an example using mkvpropedit to change a movie’s title:

flatpak run —command=mkvpropedit org.bunkus.mkvtoolnix-gui my-movie.mkv —set title=»This is super cool movie»

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-cli mkvtoolnix-gui

You can also view the package sites for libebml, libmatroska and MKVToolNix.

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.

Linux Mint 19.1

I do not provide binaries for Linux Mint. However, as Linux Mint 19.1 is based on Ubuntu 18.04 «Bionic Beaver», you can use my packages for Ubuntu. Follow the instructions listed there and select the «bionic» repository if you’re running Linux Mint 19.x and the «xenial» repository if you’re still running Linux Mint 18.3.

macOS 10.15 «Catalina» and newer

Note: I don’t own a Mac. While I do provide binaries I do not offer support for macOS. I don’t use that platform, have no programming experience with it whatsoever, and I have neither the time nor the motivation to hunt down issues on it.

At the moment you have two options apart from building the applications yourself:

  1. Unsupported binaries by myself, a disk image of 62.0.0. It can be downloaded from FossHub.com.
  2. The HomeBrew offers a cask that downloads & installs the disk image I provide. It’s the exact same software as the image available on FossHub.com and therefore it’s unsupported, too. Using HomeBrew allows for easier updating, though.

Required macOS versions

Newer versions of MKVToolNix require newer versions of macOS to run due to Apple supporting certain required libraries only with certain macOS versions. Here’s a table listing the first MKVToolNix version that required a specific version of macOS:

MKVToolNix version minimum required macOS version
54.0.0 10.15 «Catalina»
42.0.0 10.14 «Mojave»
9.8.0 10.09 «Mavericks»

You can download all versions here.

Mageia

Götz Waschk is so kind as to build RPM packages for Mageia (formerly Mandriva). The current version is in the Cauldron distribution. The repository 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 Tumbleweed & Leap

Up to date packages of MKVToolNix for Tumbleweed & Leap are availalble on the Open Build Service. Usually it only takes a couple of hours from the release of a new version until packages have been built there.

Raspberry Pi OS (formerly Raspbian) packages

I provide armhf binaries for MKVToolNix for the Raspberry Pi OS (formerly Raspbian) based on Debian 10 «buster» (the current stable).

You first have to import my public GPG key because all of my pools are signed. Run this once: sudo wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg

You can access the packages by adding the lines below to a file such as /etc/apt/sources.list.d/mkvtoolnix.download.list :

Version APT source
Raspberry Pi OS based on Debian 10 (aka «buster») deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/raspbian/ buster main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/raspbian/ buster main

Now simply run sudo apt update followed by sudo apt install mkvtoolnix mkvtoolnix-gui .

If updating the package lists fails, make sure you have the package apt-transport-https installed.

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.

20.04 LTS «Focal Fossa», 20.10 «Groovy Gorilla», 21.04 «Hirsute Hippo»

I provide 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: sudo wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg

You can access the packages by adding the appropriate lines below to a file such as /etc/apt/sources.list.d/mkvtoolnix.download.list :

Version APT source
21.04 «Hirsute Hippo» deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ hirsute main
deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ hirsute main
20.10 «Groovy Gorilla» deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ groovy main
deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ groovy main
20.04 «Focal Fossa» deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ focal main
deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ focal main

Now simply run sudo apt update followed by sudo apt install mkvtoolnix mkvtoolnix-gui .

If updating the package lists fails, make sure you have the package apt-transport-https installed.

Ubuntu 18.04 LTS «Bionic Beaver» & Ubuntu 16.04 LTS «Xenial»: you can still get versions up to v53.0.0 (for 18.04) and v38.0.0 (for 16.04) from my repositories.

Version APT source
18.04 «Bionic Beaver» deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ bionic main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ bionic main
16.04 «Xenial Xerus» deb [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ xenial main
deb-src [signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ xenial main

If you’re looking for older Ubuntu or MKVToolNix releases, you can look through the repository directory yourself.

Windows

Download

The current version v62.0.0 is available as an installer and as a portable 7zip archive for download from fosshub.com. Supported Windows versions are Windows 10/Windows Server 2012 and newer.

Checksum verification

If you want to verify the integrity of the downloads please refer to these checksums for v62.0.0. Please note that both the SHA-1 and the SHA-512 checksums have been cut off for improved display. However, they link to files which contain them in full.

File name SHA-1 checksum SHA-512 checksum
mkvtoolnix-32bit-62.0.0-setup.exe 2dc5e0f62a… c038304f86…
mkvtoolnix-32bit-62.0.0.7z d141e6b282… 8fb2cefd71…
mkvtoolnix-64bit-62.0.0-setup.exe 6a50f73aa9… df35419242…
mkvtoolnix-64bit-62.0.0.7z 956258348e… 9101ddad90…

Microsoft Store

MKVToolNix is available on the Microsoft Store for a small fee. This is a way for you to support the development financially while getting automatica updates in return. Other than that there are no functional differences between the versions you get here and the one in the store. If you have more questions, please see this FAQ entry.

Chocolatey

If you’re using the Chocolatey package manager, you can also install or upgrade MKVToolNix with Chocolatey by running choco install mkvtoolnix respectively choco upgrade mkvtoolnix from the PowerShell. They’re usually pretty quick to update. Their currently offered version is 62.0.0.

Older versions

All Windows builds for olders versions are available on my site.

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.

Источник

Читайте также:  Windows find file from command line
Оцените статью