How to Install and Uninstall postgresql-16-wal2json Package on Kali Linux

Last updated: May 17,2024

1. Install "postgresql-16-wal2json" package

Here is a brief guide to show you how to install postgresql-16-wal2json on Kali Linux

$ sudo apt update $ sudo apt install postgresql-16-wal2json

2. Uninstall "postgresql-16-wal2json" package

Learn how to uninstall postgresql-16-wal2json on Kali Linux:

$ sudo apt remove postgresql-16-wal2json $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-16-wal2json package on Kali Linux

Package: postgresql-16-wal2json
Source: wal2json (2.5-2)
Version: 2.5-2+b1
Installed-Size: 136
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.4)
Size: 64272
SHA256: 5bb71ed1d356f7447433fac10a34b3d23d4e41cb23421a7a3ebe64863ff485d3
SHA1: 5268c9dcb5cbe7a29359bcdb501d14592366d423
MD5sum: e5984075b9f32a1ff568a13801347ffc
Description: PostgreSQL logical decoding JSON output plugin
wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
versions can be accessed depending on the configured replica identity. Changes
can be consumed using the streaming protocol (logical replication slots) or by
a special SQL API.
.
The wal2json output plugin produces a JSON object per transaction. All of the
new/old tuples are available in the JSON object. Also, there are options to
include properties such as transaction timestamp, schema-qualified, data
types, and transaction ids.
Description-md5:
Homepage: https://github.com/eulerto/wal2json
Section: database
Priority: optional
Filename: pool/main/w/wal2json/postgresql-16-wal2json_2.5-2+b1_amd64.deb

5. The same packages on other Linux Distributions