Install povray-includes
Installing povray-includes package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install povray-includes
povray-includes package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | povray-includes |
version | 1:3.7.0.0-9 |
description | Persistence of vision raytracer (3D renderer) include files |
subsection | graphics |
website | povray.org |
maintainer | Andreas Beckmann |
Uninstall povray-includes
To remove just povray-includes package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove povray-includes
Uninstall povray-includes and it’s dependent packages
To remove the povray-includes package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove povray-includes
Purging povray-includes
If you also want to delete configuration and/or data files of povray-includes from Debian Sid then this will work:
sudo apt-get purge povray-includes
To delete configuration and/or data files of povray-includes and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove povray-includes