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

Last updated: September 20,2024

1. Install "pgloader" package

Please follow the step by step instructions below to install pgloader on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pgloader

2. Uninstall "pgloader" package

This guide covers the steps necessary to uninstall pgloader on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: pgloader
Priority: extra
Section: universe/misc
Installed-Size: 26544
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: amd64
Version: 3.2.2+dfsg-1
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4), freetds-dev
Filename: pool/universe/p/pgloader/pgloader_3.2.2+dfsg-1_amd64.deb
Size: 24790024
MD5sum: 452b1fb6296ff42057cda8e0c0b31f33
SHA1: 0db0d17bf1cf558dbffe4cf6fcf4ec3c23c92aa2
SHA256: 96fb9dcf18aab8c198e602f4fb3eaf9e88105853ec7538260e7fa37ed7850c6c
Description-en: 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: c3276f31c13a9fa328d545c55fb29249
Homepage: https://github.com/dimitri/pgloader
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu