How to Install and Uninstall pgloader Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "pgloader" package

Here is a brief guide to show you how to install pgloader on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install pgloader

2. Uninstall "pgloader" package

This is a short guide on how to uninstall pgloader on openSuSE Tumbleweed:

$ sudo zypper remove pgloader

3. Information about the pgloader package on openSuSE Tumbleweed

Information for package pgloader:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : pgloader
Version : 3.6.9-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 22.8 MiB
Installed : No
Status : not installed
Source package : pgloader-3.6.9-2.2.src
Upstream URL : https://pgloader.io
Summary : Fast data loader for PostgreSQL
Description :
pgloader imports data from different kind of sources and COPY it into
PostgreSQL.
The command language is described in the manual page and allows to describe
where to find the data source, its format, and to describe data processing
and transformation.
Supported source formats include SQL Server, 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.