RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Installation of MKVToolNix Matroska tools on Ubuntu Linux

This short article describes simple to follow steps on how to install a Cross-platform tools for Matroska MKVToolNix on ubuntu system. With these tools one can get information about (mkvinfo) Matroska files, extract tracks/data from (mkvextract) Matroska files and create (mkvmerge) Matroska files from other media files. Matroska is a new multimedia file format aiming to become the new container format for the future. All steps are performed on a command line only.

To begin installation of MKVToolNix on a ubuntu system first check what version of ubuntu you are running:

$ cat /etc/issue

From a following list pick a line with best fits your Ubuntu version:

7.10 "Gutsy Gibbon":
deb http://www.bunkus.org/ubuntu/gutsy/ ./
8.04 "Hardy Heron":
deb http://www.bunkus.org/ubuntu/hardy/ ./
8.10 "Intrepid Ibex":
deb http://www.bunkus.org/ubuntu/intrepid/ ./
9.04 "Jaunty Jackalope":
deb http://www.bunkus.org/ubuntu/jaunty/ ./
9.10 "Karmic Koala":
deb http://www.bunkus.org/ubuntu/karmic/ ./
10.04 "Lucid Lynx":
deb http://www.bunkus.org/ubuntu/lucid/ ./
10.10 "Maverick Meerkat":
deb http://www.bunkus.org/ubuntu/maverick/ ./

Now become a root user:

$ sudo bash

So for example if my Linux Ubuntu version is 10.10 the following command will add an appropriate MKVToolNix repository into my system:

# echo 'deb http://www.bunkus.org/ubuntu/maverick/ ./' >> /etc/apt/sources.list

In the next step we need to download GPG key:

# wget -q http://www.bunkus.org/gpg-pub-moritzbunkus.txt

Insert mkvtoolnix repository key into an apt key-ring:

# apt-key add gpg-pub-moritzbunkus.txt

Update your locale package list:

# apt-get update

and as a final step install MKVToolNix package:

# apt-get install mkvtoolnix

The installation of MKVToolNix is now completed and following commands are now available to your disposal:

mkvextract    mkvinfo       mkvinfo-text  mkvmerge      mkvpropedit

Share this linux post:

Submit Installation of MKVToolNix Matroska tools on Ubuntu Linux in Delicious Submit Installation of MKVToolNix Matroska tools on Ubuntu Linux in Digg Submit Installation of MKVToolNix Matroska tools on Ubuntu Linux in FaceBook Submit Installation of MKVToolNix Matroska tools on Ubuntu Linux in Google Bookmarks Submit Installation of MKVToolNix Matroska tools on Ubuntu Linux in Stumbleupon Submit Installation of MKVToolNix Matroska tools on Ubuntu Linux in Technorati Submit Installation of MKVToolNix Matroska tools on Ubuntu Linux in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download