How to Install openscad software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install openscad software package in Ubuntu 14.04 LTS (Trusty Tahr)

openscad software package provides script file based graphical CAD environment, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install openscad 

openscad is installed in your system.

Make ensure the openscad package were installed using the commands given below,

$ sudo dpkg-query -l | grep openscad *

You will get with openscad package name, version, architecture and description in a table

openscad package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Graphics
Package openscad
Version 2013.01+dfsg-2.2
Description script file based graphical CAD environment
Sub Section Graphics


See Also, How to uninstall or remove openscad software package from Ubuntu 14.04 LTS (Trusty Tahr)?