Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install mpeg2dec on Debian Unstable (Sid)


Install mpeg2dec

Installing mpeg2dec package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install mpeg2dec

mpeg2dec package information

distro Debian Unstable (Sid)
section Main
name mpeg2dec
version 0.5.1-7
description Simple libmpeg2 video decoder application
subsection x11
website libmpeg2.sourceforge.net
maintainer Debian Multimedia Maintainers

Uninstall mpeg2dec

To remove just mpeg2dec package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove mpeg2dec

Uninstall mpeg2dec and it’s dependent packages

To remove the mpeg2dec package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove mpeg2dec

Purging mpeg2dec

If you also want to delete configuration and/or data files of mpeg2dec from Debian Sid then this will work:

sudo apt-get purge mpeg2dec

To delete configuration and/or data files of mpeg2dec and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove mpeg2dec

 

Comments

comments