Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install mpv on Debian Unstable (Sid)


Install mpv

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

sudo apt-get update
sudo apt-get install mpv

mpv package information

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

Uninstall mpv

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

sudo apt-get remove mpv

Uninstall mpv and it’s dependent packages

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

sudo apt-get remove --auto-remove mpv

Purging mpv

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

sudo apt-get purge mpv

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

sudo apt-get purge --auto-remove mpv

 

Comments

comments