paint-brush
Install Deb-Multimedia Repositories on Debian and Kali Linuxby@aoicyber
4,779 reads
4,779 reads

Install Deb-Multimedia Repositories on Debian and Kali Linux

by AOICYBERApril 8th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

The Deb-Multimedia repository stores more than 742 up-to-date packages. Some popular packages such as Handbrake, VLC, FFmpeg and Kodi are also available. The repository provides many multimedia packages that are not available in the official repositories. For example, there are many packages in the repository that have the same name as the packages in official repositories. This can cause errors when you do system upgrades carelessly. The repository is also available on Kali Linux Rolling users.
featured image - Install Deb-Multimedia Repositories on Debian and Kali Linux
AOICYBER HackerNoon profile picture

Install Deb-Multimedia Repositories on Debian and Kali Linux. In this tutorial I will share a little bit about how to install and use Deb-Multimedia repos in Debian distributions and their derivatives. 

This repository provides many multimedia packages that are not available in Debian's official repositories. The Deb-Multimedia repository stores more than 742 up-to-date packages. Some popular packages such as Handbrake, VLC, FFmpeg and Kodi are also available. 

How to Install the Deb-Multimedia Repository

first import the repository key to the system.

wget wget https://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb

sudo dpkg -i deb-multimedia-keyring_2016.8.1_all.deb

Next, add the Deb Multimedia repository according to the Debian codename you are using. 

For Debian 10 (buster) use the following repository

deb http://www.deb-multimedia.org buster main non-free

For other versions, check on the homepage http://www.deb-multimedia.org

For Kali Linux Rolling users, also add the Debian Buster repository because there are dependencies from the package in Deb-Multimedia which are only available in the Buster repository and are not available in the Kali Linux repository. 

Example of installing Deb-Multimedia repository on Kali Linux:

deb https://www.deb-multimedia.org buster main non-free

deb http://ftp.de.debian.org/debian buster non-free contrib main

Next update the repository with the command

sudo apt update

Now you can install the required packages. For example, here I need a Handbrake package that is not available in the Debian repositories or Kali Linux.

Wait for it to finish.

However, it should be underlined that there are many packages in the Deb-Multimedia repository that have the same name as the packages in the official repositories. This can cause errors when you do system upgrades carelessly.