libjs-three software package provides lightweight 3D graphics library, you can install in your Ubuntu 16.04 LTS (Xenial Xerus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libjs-three
libjs-three is installed in your system.
Make ensure the libjs-three package were installed using the commands given below,
$ sudo dpkg-query -l | grep libjs-three *
You will get with libjs-three package name, version, architecture and description in a table
| Distro | Ubuntu 16 04 lts xenial xerus |
| Section | Web Software |
| Package | libjs-three |
| Version | 73+dfsg-1 |
| Description | lightweight 3D graphics library |
| Sub Section | web |