Install libmp4v2-dev
Installing libmp4v2-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmp4v2-dev
libmp4v2-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmp4v2-dev |
version | 2.0.0~dfsg0-4 |
description | library to read, create, and modify mp4 files (development files) |
subsection | libdevel |
website | code.google.com / p / mp4v2 / |
maintainer | Debian Multimedia Maintainers |
Uninstall libmp4v2-dev
To remove just libmp4v2-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmp4v2-dev
Uninstall libmp4v2-dev and it’s dependent packages
To remove the libmp4v2-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmp4v2-dev
Purging libmp4v2-dev
If you also want to delete configuration and/or data files of libmp4v2-dev from Debian Sid then this will work:
sudo apt-get purge libmp4v2-dev
To delete configuration and/or data files of libmp4v2-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmp4v2-dev