Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install libmpv1 on Debian Unstable (Sid)


Install libmpv1

Installing libmpv1 package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install libmpv1

libmpv1 package information

distro Debian Unstable (Sid)
section Main
name libmpv1
version 0.14.0-1+b1
description video player based on MPlayer/mplayer2 (client library)
subsection libs
website mpv.io
maintainer Debian Multimedia Maintainers

Uninstall libmpv1

To remove just libmpv1 package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove libmpv1

Uninstall libmpv1 and it’s dependent packages

To remove the libmpv1 package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove libmpv1

Purging libmpv1

If you also want to delete configuration and/or data files of libmpv1 from Debian Sid then this will work:

sudo apt-get purge libmpv1

To delete configuration and/or data files of libmpv1 and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove libmpv1

 

Comments

comments