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