How to Install and Uninstall gccxml Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "gccxml" package

This guide let you learn how to install gccxml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gccxml

2. Uninstall "gccxml" package

Learn how to uninstall gccxml on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gccxml $ sudo apt autoclean && sudo apt autoremove

3. Information about the gccxml package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gccxml
Priority: optional
Section: universe/devel
Installed-Size: 13119
Maintainer: Ubuntu Developers
Original-Maintainer: Steve M. Robbins
Architecture: amd64
Version: 0.9.0+git20140716-6
Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9), g++, castxml, python
Filename: pool/universe/g/gccxml/gccxml_0.9.0+git20140716-6_amd64.deb
Size: 3379874
MD5sum: df19551857dad1de9924898095aee967
SHA1: 9d1b8ba6fb5063c87be2f0405ffc92b372d70094
SHA256: b6404e67cfdbd983e76ea54fedd2f3ae0d45e993285bb42303243fa51692fcd5
Description-en: XML output extension to GCC
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.
Description-md5: 80460a25a150479e1fc9c34b6728e6b7
Homepage: http://www.gccxml.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu