Command Line Tools Mojave



Use Tools - Create Command-line Launcher which will install a python script where you can just launch the current working folder using charm. Anytime you upgrade your pyCharm you have to re-create that command line tool since its just a python script that points to a pyCharm configuration which might be outdated and will cause. 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: chmod u+rx MKVToolNixGUI-55.0.0-x8664.AppImage ln -s MKVToolNixGUI-55.0.0-x8664.AppImage mkvpropedit./mkvpropedit my-movie.mkv -set title='This is super cool.

Debian packages

I provide i386 and Amd64 binaries for MKVToolNix for Debian 10 'buster' (the current stable).

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 lines below to a file such as /etc/apt/sources.list.d/mkvtoolnix.download.list:

Xcode Command Line Tools Mojave

VersionAPT 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
Command Line Tools Mojave

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

Mojave

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

Install Command Line Tools Mojave

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.

Mojave Command Line Tools

MojaveCommand Line Tools Mojave

Macos Install Xcode Command Line Tools Mojave

VersionAPT 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

Xcode Command Line Tools Mojave

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