How to Install and Uninstall duplicity.x86_64 Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "duplicity.x86_64" package

This guide let you learn how to install duplicity.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install duplicity.x86_64

2. Uninstall "duplicity.x86_64" package

In this section, we are going to explain the necessary steps to uninstall duplicity.x86_64 on Rocky Linux 8:

$ sudo dnf remove duplicity.x86_64 $ sudo dnf autoremove

3. Information about the duplicity.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:47:59 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : duplicity
Version : 0.8.21
Release : 1.el8
Architecture : x86_64
Size : 638 k
Source : duplicity-0.8.21-1.el8.src.rpm
Repository : epel
Summary : Encrypted bandwidth-efficient backup using rsync algorithm
URL : http://www.nongnu.org/duplicity/
License : GPLv2+
Description : Duplicity incrementally backs up files and directory by encrypting
: tar-format volumes with GnuPG and uploading them to a remote (or
: local) file server. In theory many protocols for connecting to a
: file server could be supported; so far ssh/scp, local file access,
: rsync, ftp, HSI, WebDAV and Amazon S3 have been written.
:
: Because duplicity uses librsync, the incremental archives are space
: efficient and only record the parts of files that have changed since
: the last backup. Currently duplicity supports deleted files, full
: unix permissions, directories, symbolic links, fifos, device files,
: but not hard links.