Install libmpeg2-4
Installing libmpeg2-4 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmpeg2-4
libmpeg2-4 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmpeg2-4 |
version | 0.5.1-7 |
description | MPEG1 and MPEG2 video decoder library |
subsection | libs |
website | libmpeg2.sourceforge.net |
maintainer | Debian Multimedia Maintainers |
Uninstall libmpeg2-4
To remove just libmpeg2-4 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmpeg2-4
Uninstall libmpeg2-4 and it’s dependent packages
To remove the libmpeg2-4 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmpeg2-4
Purging libmpeg2-4
If you also want to delete configuration and/or data files of libmpeg2-4 from Debian Sid then this will work:
sudo apt-get purge libmpeg2-4
To delete configuration and/or data files of libmpeg2-4 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmpeg2-4