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

Last updated: May 20,2024

1. Install "cl-pgloader" package

Please follow the guidelines below to install cl-pgloader on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-pgloader

2. Uninstall "cl-pgloader" package

Please follow the steps below to uninstall cl-pgloader on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: cl-pgloader
Priority: extra
Section: universe/database
Installed-Size: 567
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Source: pgloader
Version: 3.2.2+dfsg-1
Depends: cl-asdf (>= 3.0.3), cl-log, cl-postmodern, cl-simple-date, cl-qmynd, cl-split-sequence, cl-unicode, cl-interpol, cl-csv, cl-fad, cl-lparallel, cl-esrap, cl-alexandria, cl-drakma, cl-flexi-streams, cl-usocket, cl-local-time, cl-command-line-arguments, cl-abnf, cl-db3, cl-py-configparser, cl-sqlite, cl-trivial-backtrace, cl-markdown, cl-md5, cl-asdf-finalizers, cl-asdf-system-connections, cl-cffi (>= 1:0.12.0), cl-bordeaux-threads (>= 0.8.3), cl-metabang-bind, cl-uuid, cl-trivial-utf-8, cl-quri, cl-utilities
Filename: pool/universe/p/pgloader/cl-pgloader_3.2.2+dfsg-1_all.deb
Size: 116520
MD5sum: faf701bed58b29011d414b29c1fb2942
SHA1: dbeaa0df69f94dd62b9a896938404509901f7643
SHA256: c5c1ae8f1fe278954d5603efcc23d102f3256efb06a4bf25e8fc48caa65b7bc9
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