How to Install and Uninstall duplicity.x86_64 Package on Oracle Linux 9
Last updated: November 28,2024
1. Install "duplicity.x86_64" package
This guide covers the steps necessary to install duplicity.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
duplicity.x86_64
Copied
2. Uninstall "duplicity.x86_64" package
Here is a brief guide to show you how to uninstall duplicity.x86_64 on Oracle Linux 9:
$
sudo dnf remove
duplicity.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the duplicity.x86_64 package on Oracle Linux 9
Last metadata expiration check: 2:11:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : duplicity
Version : 0.8.23
Release : 2.el9
Architecture : x86_64
Size : 607 k
Source : duplicity-0.8.23-2.el9.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.
Available Packages
Name : duplicity
Version : 0.8.23
Release : 2.el9
Architecture : x86_64
Size : 607 k
Source : duplicity-0.8.23-2.el9.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.