Install libmpv-dev
Installing libmpv-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmpv-dev
libmpv-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmpv-dev |
version | 0.14.0-1+b1 |
description | video player based on MPlayer/mplayer2 (client library dev files) |
subsection | libdevel |
website | mpv.io |
maintainer | Debian Multimedia Maintainers |
Uninstall libmpv-dev
To remove just libmpv-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmpv-dev
Uninstall libmpv-dev and it’s dependent packages
To remove the libmpv-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmpv-dev
Purging libmpv-dev
If you also want to delete configuration and/or data files of libmpv-dev from Debian Sid then this will work:
sudo apt-get purge libmpv-dev
To delete configuration and/or data files of libmpv-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmpv-dev