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

Last updated: May 17,2024

1. Install "fiona" package

Please follow the guidance below to install fiona on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fiona

2. Uninstall "fiona" package

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

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

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

Package: fiona
Priority: optional
Section: universe/python
Installed-Size: 29
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Version: 1.6.3-2
Depends: python3-fiona (= 1.6.3-2), python3:any, python3-click-plugins
Suggests: fiona-doc
Filename: pool/universe/f/fiona/fiona_1.6.3-2_amd64.deb
Size: 8120
MD5sum: 5215ff46415f028b06b08baf837841da
SHA1: 10a68c2933eefe1966aff840199e3a5f38be335e
SHA256: c5d0e7ac0686e0f3d442b9295266b81a34e2bfd3e71fbd42a739a43232348964
Description-en: Command line tool 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 fiona command line tools
Description-md5: 09de26d1436b4dfda06ea07ba93758bd
Homepage: https://github.com/Toblerity/Fiona
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu