How to Install and Uninstall pgloader Package on Kali Linux

Last updated: May 16,2024

1. Install "pgloader" package

This guide let you learn how to install pgloader on Kali Linux

$ sudo apt update $ sudo apt install pgloader

2. Uninstall "pgloader" package

This guide let you learn how to uninstall pgloader on Kali Linux:

$ sudo apt remove pgloader $ sudo apt autoclean && sudo apt autoremove

3. Information about the pgloader package on Kali Linux

Package: pgloader
Version: 3.6.10-1
Installed-Size: 28097
Maintainer: Dimitri Fontaine
Architecture: amd64
Depends: freetds-dev, libc6 (>= 2.34), libzstd1 (>= 1.5.5), libsqlite3-0, libssl3
Size: 26088544
SHA256: e63d8017fd6bbb910881961df036ade19b6f84e1f349c23098f17fa45e66e983
SHA1: c69f4cfb602acbe6d752c3984c741dd11d17f1fa
MD5sum: 39d597967d6b5c9c6db32242de3ca665
Description: extract, transform and load data into PostgreSQL
pgloader imports data from different kind of sources and COPY it into
PostgreSQL.
.
The command language is described in the manual page and allows one to
describe where to find the data source, its format, and to describe data
processing and transformation.
.
Supported source formats include CSV, fixed width flat files, dBase3 files
(DBF), and SQLite and MySQL databases. In most of those formats, pgloader
is able to auto-discover the schema and create the tables and the indexes
in PostgreSQL. In the MySQL case it's possible to edit CASTing rules from
the pgloader command directly.
Description-md5:
Homepage: https://github.com/dimitri/pgloader
Tag: implemented-in::lisp, implemented-in::python, interface::commandline,
role::program, use::converting, works-with::db
Section: database
Priority: optional
Filename: pool/main/p/pgloader/pgloader_3.6.10-1_amd64.deb