How to Install and Uninstall fiona Package on Kali Linux

Last updated: September 19,2024

1. Install "fiona" package

Learn how to install fiona on Kali Linux

$ sudo apt update $ sudo apt install fiona

2. Uninstall "fiona" package

This is a short guide on how to uninstall fiona on Kali Linux:

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

3. Information about the fiona package on Kali Linux

Package: fiona
Source: fiona (1.9.5-1)
Version: 1.9.5-1+b2
Installed-Size: 48
Maintainer: Debian GIS Project
Architecture: amd64
Depends: python3-fiona (= 1.9.5-1+b2), python3-click-plugins, python3:any
Size: 26468
SHA256: 9d7e5eb2d30486fc6516184b6aa031558ea8f43e26b487afa15153ceed3279a1
SHA1: 43aec2f239d49a8eb0ad728cdc9939ceb236c338
MD5sum: f544565ba7cab29f220c377ff27c17ac
Description: 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:
Homepage: https://github.com/Toblerity/Fiona
Tag: implemented-in::python, role::program
Section: python
Priority: optional
Filename: pool/main/f/fiona/fiona_1.9.5-1+b2_amd64.deb