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