How to Install and Uninstall ctdb Package on Kali Linux

Last updated: April 27,2024

1. Install "ctdb" package

Please follow the instructions below to install ctdb on Kali Linux

$ sudo apt update $ sudo apt install ctdb

2. Uninstall "ctdb" package

Please follow the guidelines below to uninstall ctdb on Kali Linux:

$ sudo apt remove ctdb $ sudo apt autoclean && sudo apt autoremove

3. Information about the ctdb package on Kali Linux

Package: ctdb
Source: samba
Version: 2:4.19.5+dfsg-1
Installed-Size: 3735
Maintainer: Debian Samba Maintainers
Architecture: amd64
Depends: iproute2, psmisc, samba-libs (= 2:4.19.5+dfsg-1), sudo, tdb-tools, time, libbsd0 (>= 0.6.0), libc6 (>= 2.34), libpopt0 (>= 1.14), libtalloc2 (>= 2.4.1~), libtdb1 (>= 1.4.9~), libtevent0 (>= 0.15.0), libtirpc3 (>= 1.0.2)
Recommends: ethtool, python3:any, python3-etcd, librados2 (>= 16.2.11+ds)
Suggests: lsof
Size: 708436
SHA256: d30af9973797519418bc31ac46c2dd36f5d3f22027d370e4b879223a113e5c90
SHA1: 4c5b6cfcb8a5028c6d9bbea6f0951dd6e0118c89
MD5sum: d14fe026c4c7bdd15c315108e3a4a41a
Description: clustered database to store temporary data
CTDB is a cluster implementation of the TDB database used by Samba and other
projects to store temporary data. If an application is already using TDB for
temporary data it is very easy to convert that application to be cluster aware
and use CTDB instead.
.
CTDB provides the same types of functions as TDB but in a clustered fashion,
providing a TDB-style database that spans multiple physical hosts in a cluster.
.
Features include:
* CTDB provides a TDB that has consistent data and consistent locking across
all nodes in a cluster.
* CTDB is very fast.
* In case of node failures, CTDB will automatically recover and repair all TDB
databases that it manages.
* CTDB is the core component that provides pCIFS ("parallel CIFS") with
Samba3/4.
* CTDB provides HA features such as node monitoring, node failover, and IP
takeover.
* CTDB provides a reliable messaging transport to allow applications linked
with CTDB to communicate to other instances of the application running on
different nodes in the cluster.
* CTDB has pluggable transport backends. Currently implemented backends are
TCP and Infiniband.
* CTDB supports a system of application specific management scripts, allowing
applications that depend on network or filesystem resources to be managed in
a highly available manner on a cluster.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.samba.org
Tag: admin::cluster, admin::file-distribution, implemented-in::c,
interface::commandline, interface::daemon, network::hiavailability,
network::load-balancing, protocol::ethernet, protocol::nfs,
protocol::smb, role::program, suite::samba, use::browsing,
use::synchronizing, works-with::software:running
Section: net
Priority: optional
Filename: pool/main/s/samba/ctdb_4.19.5+dfsg-1_amd64.deb