How to Install and Uninstall stetl Package on Kali Linux

Last updated: May 15,2024

1. Install "stetl" package

Please follow the steps below to install stetl on Kali Linux

$ sudo apt update $ sudo apt install stetl

2. Uninstall "stetl" package

Please follow the guidelines below to uninstall stetl on Kali Linux:

$ sudo apt remove stetl $ sudo apt autoclean && sudo apt autoremove

3. Information about the stetl package on Kali Linux

Package: stetl
Source: python-stetl
Version: 2.1-2
Installed-Size: 18
Maintainer: Debian GIS Project
Architecture: all
Depends: python3-stetl (>= 2.1-2), python3:any
Size: 7192
SHA256: abd8cd2a0f022b64d9f8842c266c87464378fb75112b499ed926cfb4e0cb8df5
SHA1: 1a623980b400de45a1bb53e7962d0c0a4b1b42b6
MD5sum: e6fb5b9c2343add1c249aeee234f2e80
Description: Streaming ETL - Commandline utility
Stetl, streaming ETL, pronounced "staedl", is a lightweight ETL-framework
for the conversion of rich (as GML) geospatial data conversion.
.
It basically glues together existing parsing and transformation tools
like GDAL/OGR (ogr2ogr) and XSLT. By using native tools like libxml and
libxslt (via Python lxml) Stetl is speed-optimized.
.
Stetl has a similar design as Spring (Java) and other modern frameworks
based on IoC (Inversion of Control). A configuration file (in Python
config format) specifies your chain of ETL steps. This chain is formed
by a series of Python modules/objects and their parameters. These are
symbolically specified in the config file. You just invoke etl.py the
main program with a config file. The config file specifies the input
modules (e.g. PostGIS), transformers (e.g. XSLT) and outputs (e.g. a GML
file or even WFS-T a geospatial protocol to publish GML to a server).
.
This package contains the stetl utility.
Description-md5:
Homepage: http://stetl.org/
Tag: field::geography, implemented-in::python, role::program
Section: utils
Priority: optional
Filename: pool/main/p/python-stetl/stetl_2.1-2_all.deb