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

Last updated: May 18,2024

1. Install "python3-fiona" package

This guide let you learn how to install python3-fiona on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-fiona

2. Uninstall "python3-fiona" package

Please follow the instructions below to uninstall python3-fiona on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-fiona
Priority: optional
Section: universe/python
Installed-Size: 836
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: fiona
Version: 1.6.3-2
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3-click-plugins, python3-cligj, python3-six, libc6 (>= 2.4), libgcc1 (>= 1:3.0), libgdal.so.1-1.11.3, libgdal1i (>= 1.8.0), libstdc++6 (>= 5.2)
Suggests: fiona-doc
Filename: pool/universe/f/fiona/python3-fiona_1.6.3-2_amd64.deb
Size: 213918
MD5sum: cbd50fa4dbdb21c619984d666206cd8b
SHA1: be05fd627cb3e76aebc03d30c9ff450c3f15efdf
SHA256: 764bbaab4efa18f2e05944fe9e0b681602bd5f29e7d940a84f39e2bb5f9fa8b6
Description-en: Python 3 API for reading/writing vector geospatial data
Fiona is a Python wrapper around the OGR vector data abstraction library.
Fiona is designed to be simple and dependable. It focuses on reading
and writing data in standard Python IO style and relies upon familiar
Python types and protocols such as files, dictionaries, mappings, and
iterators instead of classes specific to OGR. Fiona can read and write
real-world data using multi-layered GIS formats and zipped virtual
file systems and integrates readily with other Python GIS packages
such as pyproj, Rtree, and Shapely.
.
This package provides the Python 3 API
Description-md5: 18f9774796849a9721c4cd7e95dce662
Homepage: https://github.com/Toblerity/Fiona
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu