Site icon TechGit

MKVToolNix 15 Released – Install MKVToolNix Matroska Tools On Linux Ubuntu

Install MKVToolNix Matroska tools for Linux Ubuntu. MKVToolNix is a set of tools to create, alter and inspect Matroska files on Linux Systems. MKVToolNix Matroska is aiming to become the new standard media container format. These tools can work with Matroska files: mkvmerge creates Matroska files and mkvinfo lists information about them.

MKVToolNix 15

New features and enhancements

Bug fixes

Build system changes

Other changes

Install MKVToolNix on Linux Ubuntu

Run the following commands in Terminal to install MKVToolNix Matroska tools for Linux Ubuntu:

sudo apt-get update
sudo sh -c 'echo "deb http://mkvtoolnix.download/ubuntu/$(lsb_release -sc)/ ./" >> /etc/apt/sources.list.d/bunkus.org.list'
wget -q -O - https://mkvtoolnix.download/gpg-pub-moritzbunkus.txt | sudo apt-key add -
sudo apt-get update
sudo apt-get install mkvtoolnix mkvtoolnix-gui

Please note that in the first line of command “sudo sh -c ‘echo “deb http://mkvtoolnix.download/ubuntu/$(lsb_release -sc)/ ./” >> /etc/apt/sources.list.d/bunkus.org.list’” replace $(lsb_release -sc) with the Ubuntu release name. For example, to install it on Ubuntu 16.10, use yakkety in the code and thus the line becomes “$ sudo sh -c ‘echo “deb http://www.bunkus.org/ubuntu/yakkety/ ./” >> /etc/apt/sources.list’”

MKVToolNix 15 Released – Install MKVToolNix Matroska Tools On Linux Ubuntu originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version