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

Last updated: May 12,2024

1. Install "libgdome2-dev" package

This is a short guide on how to install libgdome2-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgdome2-dev

2. Uninstall "libgdome2-dev" package

In this section, we are going to explain the necessary steps to uninstall libgdome2-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libgdome2-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 2421
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: amd64
Source: gdome2
Version: 0.8.1+debian-6
Depends: libgdome2-0 (= 0.8.1+debian-6), libc6-dev, libxml2-dev, libglib2.0-dev
Filename: pool/universe/g/gdome2/libgdome2-dev_0.8.1+debian-6_amd64.deb
Size: 257776
MD5sum: 08153f6fc10eabffe158110e5acb5669
SHA1: fa69c0911de5ff6e399b16c1b39cfa11391802cb
SHA256: c544af3ec64007d08472fff670aa3ff93260f9c3ba4bf6959da10a0033bac58b
Description-en: Development files for libgdome2
gdome2 is a fast, light and complete DOM level2 implementation based
on libxml2. Although it has been written for the GNOME project, it
can be used stand-alone.
.
DOM (Document Object Model) is a standard interface for manipulating
XML documents. A DOM implementation (also called a host implementation)
is what makes a parsed XML or HTML document available for processing
using a DOM interface.
.
libgdome2 currently supports the "Core", "XML", "Events" and
"MutationEvents" modules from the DOM2 Recommendation.
.
This package contains the header files and static libraries for
developing with libgdome2-0.
Description-md5: 469853a64cb0a0b865027d1f34f96b6d
Homepage: http://gdome2.cs.unibo.it/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu