How to Install and Uninstall python3-fiona Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-fiona" package

In this section, we are going to explain the necessary steps to install python3-fiona on Kali Linux

$ sudo apt update $ sudo apt install python3-fiona

2. Uninstall "python3-fiona" package

Please follow the guidance below to uninstall python3-fiona on Kali Linux:

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

3. Information about the python3-fiona package on Kali Linux

Package: python3-fiona
Source: fiona (1.9.5-1)
Version: 1.9.5-1+b2
Installed-Size: 3488
Maintainer: Debian GIS Project
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-attr, python3-certifi, python3-click, python3-click-plugins, python3-cligj, python3-importlib-metadata | python3-supported-min (>= 3.10), python3-six, python3:any, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libgdal34 (>= 3.1.0), libstdc++6 (>= 5.2)
Size: 887568
SHA256: d37a89506940c86ae3d295e6e3f374aae85334fc3c47ed6ae1593bf18ae1923e
SHA1: 0aaf1985214162b91c943f4351716f8d541ba8bd
MD5sum: e0eab22d70bc921e5a7740766ab3e1ee
Description: 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:
Homepage: https://github.com/Toblerity/Fiona
Tag: devel::lang:python, devel::library, implemented-in::python,
role::devel-lib
Section: python
Priority: optional
Filename: pool/main/f/fiona/python3-fiona_1.9.5-1+b2_amd64.deb