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