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

Last updated: May 15,2024

1. Install "python-fiona" package

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

$ sudo apt update $ sudo apt install python-fiona

2. Uninstall "python-fiona" package

Learn how to uninstall python-fiona on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-fiona
Priority: optional
Section: universe/python
Installed-Size: 834
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: fiona
Version: 1.6.3-2
Depends: python (<< 2.8), python (>= 2.7~), python-click-plugins, python-cligj, python-six, python:any (>= 2.7.5-5~), 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/python-fiona_1.6.3-2_amd64.deb
Size: 212896
MD5sum: a2dd9035f8f486bdb0538a5f56fc66f0
SHA1: 7ea882b1fa99e58bac3c782f844aba0032f92d2e
SHA256: a50a2840086db3c2367f0a4cb176d62d4de8a2b96c7c44ee7fe99f2381c43f56
Description-en: Python 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 2 API
Description-md5: ca8074a96ce4408ea4e37d30cd5386f8
Homepage: https://github.com/Toblerity/Fiona
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu