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

Last updated: May 07,2024

1. Install "libkml-dev" package

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

$ sudo apt update $ sudo apt install libkml-dev

2. Uninstall "libkml-dev" package

Please follow the guidance below to uninstall libkml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libkml-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 1863
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: libkml
Version: 1.3.0-1
Depends: libkmlbase1 (= 1.3.0-1), libkmlconvenience1 (= 1.3.0-1), libkmldom1 (= 1.3.0-1), libkmlengine1 (= 1.3.0-1), libkmlregionator1 (= 1.3.0-1), libkmlxsd1 (= 1.3.0-1), libminizip-dev, liburiparser-dev (>= 0.7.1), libboost-dev, libexpat1-dev, zlib1g-dev
Filename: pool/universe/libk/libkml/libkml-dev_1.3.0-1_amd64.deb
Size: 936216
MD5sum: 9a9b6e1b956b89425c8262f26a8cd198
SHA1: 9b358df1970dc231f96ec42664f3637c9a1b70a7
SHA256: adcb58acb4d72a97ebb8eb3f31c2708016b04ad9110956e504ba6b930ef89c96
Description-en: Library to manipulate KML 2.2 OGC standard files - development files
This is a library for use with applications that want to parse,
generate and operate on KML, a geo-data XML variant. It is an
implementation of the OGC KML 2.2 standard. It is written in C++ and
bindings are available via SWIG to Java and Python.
.
This package contains files required to build C/C++ programs which use
the KML library.
Description-md5: 41acc8f4c44b381c1fd751480d36db88
Multi-Arch: same
Homepage: https://github.com/libkml/libkml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu