How to Install and Uninstall python-kml Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python-kml" package

Please follow the guidelines below to install python-kml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-kml

2. Uninstall "python-kml" package

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

$ sudo apt remove python-kml $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-kml package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-kml
Priority: extra
Section: universe/python
Installed-Size: 1946
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: libkml
Version: 1.3.0-1
Provides: python2.7-kml
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), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpython2.7 (>= 2.7), libstdc++6 (>= 5.2), python (<< 2.8), python (>= 2.7~), python2.7, python:any (>= 2.7.5-5~)
Filename: pool/universe/libk/libkml/python-kml_1.3.0-1_amd64.deb
Size: 227410
MD5sum: 68cc3e47d6ec9a86be65e67f49565def
SHA1: be7a2d8dccee3bbb027b975914978ceb6e13e791
SHA256: a4d2ec24f39abcfb515d7da603f7eb0e2e0fe095a4ca7a3e052954e713e28285
Description-en: Library to manipulate KML 2.2 OGC standard files - Python extension
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 required extensions for Python applications.
Description-md5: db6f967ce09d15be2738d004ff9fd58e
Homepage: https://github.com/libkml/libkml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu