How to Install and Uninstall libgccxml-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 13,2024

1. Install "libgccxml-dev" package

Here is a brief guide to show you how to install libgccxml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgccxml-dev

2. Uninstall "libgccxml-dev" package

Here is a brief guide to show you how to uninstall libgccxml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgccxml-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgccxml-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgccxml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 598
Maintainer: Ubuntu Developers
Original-Maintainer: Steve M. Robbins
Architecture: amd64
Source: gccxml
Version: 0.9.0+git20140716-6
Filename: pool/universe/g/gccxml/libgccxml-dev_0.9.0+git20140716-6_amd64.deb
Size: 107854
MD5sum: 3583b05a1d4ee05b796dd0f6fb7d4137
SHA1: 02532c57ef07c061b3ee52b23d0bf3d9ee50aa94
SHA256: 271b10c5a5472fbd72e733d883d80c2d52159f498d0eb62bdce8630467a7c42e
Description-en: Libraries for building extension to gccxml output
There is one open-source C++ parser, the C++ front-end to GCC, which
is currently able to deal with the language in its entirety. The
purpose of the GCC-XML extension is to generate an XML description of
a C++ program from GCC's internal representation. Since XML is easy to
parse, other development tools will be able to work with C++ programs
without the burden of a complicated C++ parser.
.
These libraries are part of the GCC-XML tool.
Description-md5: c92b594efdbae2d32e8afe4da40478c8
Homepage: http://www.gccxml.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu