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

Last updated: May 21,2024

1. Install "postgresql-14-wal2json" package

Please follow the step by step instructions below to install postgresql-14-wal2json on Kali Linux

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

2. Uninstall "postgresql-14-wal2json" package

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

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

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

Package: postgresql-14-wal2json
Source: wal2json (2.4-2)
Version: 2.4-2+b1
Installed-Size: 138
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-14, libc6 (>= 2.4)
Size: 64076
SHA256: af158ad76a5b4237474c83227f1af1a62488241444c84c5a560c3b7540ab6685
SHA1: 78d78f48a3f88f620cb2e886233c480eeb413656
MD5sum: c00d10357a6dcd2b051688b16ed1b666
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: ed84e1375e8e3eddb45720de3aff7187
Homepage: https://github.com/eulerto/wal2json
Section: database
Priority: optional
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.4-2+b1_amd64.deb