Q. I’ve just installed Debian Linux etch 4.0. I was reading your libdvdcss related post. How do I install libdvdcss and other multimedia codecs under Linux?
A. Debian Linux includes xine, totem or other DVD/movie player softwares. However some restricted plugins, mp3 support, DVDs and selected wifi cards out of the box are not supported due to copyright/IP laws.
#1: Update Debian Linux etch repository
Debian multimedia repository includes required packages. Open a file /etc/apt/sources.list
# vi /etc/apt/sources.list
Append following line
deb http://www.debian-multimedia.org etch main
#2: Update packages
Run apt-get command:
# apt-get update
#2: Install packages
You can now install packages such as libdvdcss2, mplayer and so on with apt-get command itself:
# apt-get install mplayer w32codecs libdvdcss2
Now install libdvdcss:
# cd /usr/share/doc/libdvdread3/examples
# sh install-css.sh
🐧 Get the latest tutorials on Linux, Open Source & DevOps via:
- RSS feed or Weekly email newsletter
- Share on Twitter • Facebook • 0 comments... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |