How to Install qt4-qmake software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install qt4-qmake software package in Ubuntu 14.04 LTS (Trusty Tahr)

qt4-qmake software package provides Qt 4 qmake Makefile generator tool, 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 qt4-qmake 

qt4-qmake is installed in your system.

Make ensure the qt4-qmake package were installed using the commands given below,

$ sudo dpkg-query -l | grep qt4-qmake *

You will get with qt4-qmake package name, version, architecture and description in a table

qt4-qmake package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Development
Package qt4-qmake
Version 4:4.8.5+git192-g085f851+dfsg-2
Description Qt 4 qmake Makefile generator tool
Sub Section devel


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