How to Install and Uninstall povray Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "povray" package

Please follow the guidelines below to install povray on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install povray

2. Uninstall "povray" package

Please follow the instructions below to uninstall povray on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove povray $ sudo apt autoclean && sudo apt autoremove

3. Information about the povray package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: povray
Priority: extra
Section: universe/graphics
Installed-Size: 3713
Maintainer: Ubuntu Developers
Original-Maintainer: Andreas Beckmann
Architecture: amd64
Version: 1:3.7.0.0-8build1
Replaces: povray-3.5, povray-3.6
Depends: libboost-system1.58.0, libboost-thread1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libilmbase12 (>= 2.2.0), libjpeg8 (>= 8c), libopenexr22, libpng12-0 (>= 1.2.13-4), libsdl1.2debian (>= 1.2.11), libstdc++6 (>= 5.2), libtiff5 (>= 4.0.3), zlib1g (>= 1:1.1.4)
Recommends: povray-includes
Suggests: povray-doc, povray-examples
Conflicts: povray-3.5, povray-3.6
Filename: pool/universe/p/povray/povray_3.7.0.0-8build1_amd64.deb
Size: 1242780
MD5sum: 96dba2cc0c71697a9646290339959469
SHA1: a262556fea21feba1fdc6b68035cd2452ed77886
SHA256: 06a8603216ca09e8e90d27901ba82b255025a359013ed3d1133b795d54046ab0
Description-en: Persistence of vision raytracer (3D renderer)
POV-Ray is a full-featured ray tracer. Ray tracers simulate objects
and light sources of the real world to calculate photorealistic, computer
generated images. Because of the nature of ray tracing, this process is
quite CPU-intensive, at the benefit of more realistic images compared to
real time rendering techniques. For example, in POV-Ray, you can model a
glass prism, and you will see a spectrum in the resulting image.
.
POV-Ray by itself is a command-line utility that will take scene
descriptions, written in a special easy-to-understand language, to
produce ray-traced images (or even a sequence of images, for animations).
You can either write those scene-descriptions by hand, or use external
tools to generate (parts of) the scene.
.
povray-includes is highly recommended in addition to this package.
Description-md5: 1955185be2ce9918236f80d9162051ec
Homepage: http://www.povray.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu