How to Install and Uninstall patroni Package on Kali Linux

Last updated: May 17,2024

1. Install "patroni" package

This tutorial shows how to install patroni on Kali Linux

$ sudo apt update $ sudo apt install patroni

2. Uninstall "patroni" package

This is a short guide on how to uninstall patroni on Kali Linux:

$ sudo apt remove patroni $ sudo apt autoclean && sudo apt autoremove

3. Information about the patroni package on Kali Linux

Package: patroni
Version: 3.2.2-2
Installed-Size: 1307
Maintainer: Debian PostgreSQL Maintainers
Architecture: all
Depends: python3-cdiff, python3-click (>= 4.1), python3-dateutil, python3-pkg-resources, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3:any, python3-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes | python3-pysyncobj
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Size: 249732
SHA256: 3a76e44f7163a0c74a5c54310e273c8f281f986b518cb1e0e112dd69d9cadfa0
SHA1: 91d27cc59e1aa43526695afd1012519e54146604
MD5sum: e035740dbbe7d730a26d879ef4ef5e7e
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
Patroni is a template for a customized, high-availability PostgreSQL solution
using Python and a distributed configuration store (ZooKeeper, etcd or
Consul), or Kubernetes. It provides a REST API on each Postgres node of the
cluster allowing for remote management and monitoring.
Description-md5:
Homepage: https://github.com/zalando/patroni
Section: database
Priority: optional
Filename: pool/main/p/patroni/patroni_3.2.2-2_all.deb