How to Install libantlr3c-dev software package in Ubuntu 17.04 (Zesty Zapus)

How to Install libantlr3c-dev software package in Ubuntu 17.04 (Zesty Zapus)

libantlr3c-dev software package provides ANTLR v3 parser generator C runtime [development files], you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install libantlr3c-dev 

libantlr3c-dev is installed in your system.

Make ensure the libantlr3c-dev package were installed using the commands given below,

$ sudo dpkg-query -l | grep libantlr3c-dev *

You will get with libantlr3c-dev package name, version, architecture and description in a table

libantlr3c-dev package basic information:

Distro Ubuntu 17 04 zesty zapus
Section Library development
Package libantlr3c-dev
Version 3.2-3
Description ANTLR v3 parser generator C runtime [development files]
Sub Section libdevel


See Also, How to uninstall or remove libantlr3c-dev software package from Ubuntu 17.04 (Zesty Zapus)?