Install libmovit4
Installing libmovit4 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmovit4
libmovit4 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmovit4 |
version | 1.3.2-1 |
description | GPU video filter library |
subsection | libs |
website | movit.sesse.net |
maintainer | Steinar H. Gunderson |
Uninstall libmovit4
To remove just libmovit4 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmovit4
Uninstall libmovit4 and it’s dependent packages
To remove the libmovit4 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmovit4
Purging libmovit4
If you also want to delete configuration and/or data files of libmovit4 from Debian Sid then this will work:
sudo apt-get purge libmovit4
To delete configuration and/or data files of libmovit4 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmovit4