How to Install and Uninstall duplicity.x86_64 Package on Oracle Linux 8
Last updated: November 24,2024
1. Install "duplicity.x86_64" package
This guide let you learn how to install duplicity.x86_64 on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
duplicity.x86_64
Copied
2. Uninstall "duplicity.x86_64" package
This guide let you learn how to uninstall duplicity.x86_64 on Oracle Linux 8:
$
sudo dnf remove
duplicity.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the duplicity.x86_64 package on Oracle Linux 8
Last metadata expiration check: 0:47:00 ago on Mon Sep 12 02:51:38 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.
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.