Your IP-address is: 3.236.237.61 this Sunday 24, Sep 2023, 01:40:22

Latest News

  • Falkon Web Browser For Linux

    Falkon Web Browser For Linux

    Falkon Web Browser For Linux. Falkon web browser is actually a KDE web browser using QtWebEngine rendering engine, previously known as QupZilla.

Published content

MKVToolNix With GUI For Linux

MKVToolNix-GUI is a set of tools to create, alter and inspect Matroska files under Linux, other Unices and Windows.

The author provides both i386 and Amd64 binaries for MKVToolNix for Debian 11 "Bullseye" (the current stable) and LMDE5.

First you need to import the GPG-key.

MKVToolNix-GUI.

Open a terminal window and type:

sudo wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg

Press Enter, done.

Now edit the sources.list file and you need to be root.

sudo su

Press enter and type in your root password and press Enter again.

@root:

gedit /etc/apt/sources.list.d/mkvtoolnix.download.list

Press Enter. Then copy and paste the following:

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

Save the file and type exit.

Now type the following command:

apt-get update

Press Enter.

When done, type in the following command:

apt install mkvtoolnix mkvtoolnix-gui

Press Enter, done.

This tool is excellent for extracting subtitles from .mkv files.

Developers website

Top