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

Last updated: May 17,2024

1. Install "python3-pyosmium" package

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

$ sudo apt update $ sudo apt install python3-pyosmium

2. Uninstall "python3-pyosmium" package

This tutorial shows how to uninstall python3-pyosmium on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pyosmium
Priority: optional
Section: universe/python
Installed-Size: 2196
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: pyosmium
Version: 2.6.0-1
Provides: python3.5-pyosmium
Depends: python3 (<< 3.6), python3 (>= 3.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/python3-pyosmium_2.6.0-1_amd64.deb
Size: 383320
MD5sum: c5c68ed6df2f7d4bcd2a1e899487d0ed
SHA1: dd5fade09e48bcd112731323eab231d8f85c3e90
SHA256: 9492f1c97e4ee875379658d99c267ccc452b260ce9c07f6a2a6c9600b8ce7bc4
Description-en: Osmium library bindings for Python 3
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 3.
Description-md5: 7d548684b1c98261f0a8cbef1dc6b666
Homepage: http://osmcode.org/pyosmium/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu