How to Install gcc-mozilla software package in Ubuntu 12.04 LTS (Precise Pangolin)

How to Install gcc-mozilla software package in Ubuntu 12.04 LTS (Precise Pangolin)

gcc-mozilla software package provides GCC, the GNU Compiler Collection, you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install gcc-mozilla 

gcc-mozilla is installed in your system.

Make ensure the gcc-mozilla package were installed using the commands given below,

$ sudo dpkg-query -l | grep gcc-mozilla *

You will get with gcc-mozilla package name, version, architecture and description in a table

gcc-mozilla package basic information:

Distro Ubuntu 12 04 lts precise pangolin
Section Development
Package gcc-mozilla
Version 4.8.4-0ubuntu1~12.04.1
Description GCC, the GNU Compiler Collection
Sub Section devel


See Also, How to uninstall or remove gcc-mozilla software package from Ubuntu 12.04 LTS (Precise Pangolin)?