How to Install and Uninstall duplicity Package on Kali Linux

Last updated: May 05,2024

1. Install "duplicity" package

Please follow the steps below to install duplicity on Kali Linux

$ sudo apt update $ sudo apt install duplicity

2. Uninstall "duplicity" package

Please follow the guidance below to uninstall duplicity on Kali Linux:

$ sudo apt remove duplicity $ sudo apt autoclean && sudo apt autoremove

3. Information about the duplicity package on Kali Linux

Package: duplicity
Version: 2.1.4-3
Installed-Size: 1973
Maintainer: Alexander Zangerl
Architecture: amd64
Depends: libc6 (>= 2.4), librsync2 (>= 1.0.0), python3 (<< 3.13), python3 (>= 3.11~), python3-fasteners, python3-setuptools-scm, python3.11:any, python3:any (>= 3.7~), gnupg | gnupg1
Recommends: rsync, python3-paramiko, python3-pexpect, python3-urllib3, python3-oauthlib
Suggests: python3-boto3, ncftp, lftp, tahoe-lafs, python3-swiftclient, python3-pip, par2
Size: 477692
SHA256: 1ba5071387407ef96b466dd0e7022a7479c0503de390c7a55512035469600cc7
SHA1: bd724ad6925ce38b36d4f06fa510e49b2c9b8c87
MD5sum: 01aac7839bb4913329fc6a6e28e0e769
Description: encrypted bandwidth-efficient backup
Duplicity backs directories by producing encrypted tar-format volumes
and uploading them to a remote or local file server. Because duplicity
uses librsync, the incremental archives are space efficient and only
record the parts of files that have changed since the last backup.
Because duplicity uses GnuPG to encrypt and/or sign these archives, they
will be safe from spying and/or modification by the server.
Description-md5:
Homepage: https://duplicity.gitlab.io/
Tag: admin::backup, implemented-in::python, interface::commandline,
role::program, scope::utility, security::cryptography,
works-with-format::tar, works-with::archive
Section: utils
Priority: optional
Filename: pool/main/d/duplicity/duplicity_2.1.4-3_amd64.deb