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

Last updated: June 29,2024

1. Install "python-pyosmium" package

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

$ sudo apt update $ sudo apt install python-pyosmium

2. Uninstall "python-pyosmium" package

This is a short guide on how to uninstall python-pyosmium on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyosmium
Priority: optional
Section: universe/python
Installed-Size: 2200
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: pyosmium
Version: 2.6.0-1
Provides: python2.7-pyosmium
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libboost-python1.58.0, libbz2-1.0, libc6 (>= 2.14), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.2.0)
Suggests: pyosmium-doc
Filename: pool/universe/p/pyosmium/python-pyosmium_2.6.0-1_amd64.deb
Size: 384268
MD5sum: e442ed2f7ef0906df8cc4ddaaf2e1456
SHA1: 8d4e44a12a87b7c8af879ea72f6b190d6714cef4
SHA256: 0b7e0b6033473f142a359e3e762a6076ea683e39ea19443c0077419590cbfc6d
Description-en: Osmium library bindings for Python
The PyOsmium module allows you to access some of the features of the Osmium
library from Python code.
.
PyOsmium has extensive support for all types of OSM entities: nodes, ways,
relations, and changesets. It allows reading from OSM files in XML and PBF
formats, including change files and full history files. Its easy to use
handler interface allows you to quickly write data filtering and conversion
functions.
.
This package contains the PyOsmium module for Python 2.
Description-md5: 561dde96e4f8bc24803ed9af57557505
Homepage: http://osmcode.org/pyosmium/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu