How to Install and Uninstall obnam Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "obnam" package

Please follow the steps below to install obnam on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install obnam

2. Uninstall "obnam" package

Please follow the guidance below to uninstall obnam on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove obnam $ sudo apt autoclean && sudo apt autoremove

3. Information about the obnam package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: obnam
Priority: optional
Section: universe/python
Installed-Size: 977
Maintainer: Ubuntu Developers
Original-Maintainer: Lars Wirzenius
Architecture: amd64
Version: 1.19.1-1
Provides: python-obnam
Depends: libc6 (>= 2.6), python (>= 2.7), python (<< 2.8), python-larch (>= 1.20131130~), python-ttystatus (>= 0.23~), python-paramiko, python-tracing (>= 0.8~), python-cliapp (>= 1.20130808~), python-yaml, python-fuse
Filename: pool/universe/o/obnam/obnam_1.19.1-1_amd64.deb
Size: 175684
MD5sum: ef7390da2d7b8e3e181354a700431649
SHA1: b8a87b0733706b74398520bdef43292b2ed11f89
SHA256: f2ef7dbb9c50014714b0965ad6d7322d6ed3634250aa7ed95236f2b37bf878e1
Description-en: online and disk-based backup application
Obnam makes backups. Backups can be stored on local hard disks, or online
via the SSH SFTP protocol. The backup server, if used, does not require any
special software, on top of SSH.
.
* Snapshot backups. Every generation looks like a complete snapshot, so you
don't need to care about full versus incremental backups, or rotate real
or virtual tapes.
* Data de-duplication, across files, and backup generations. If the backup
repository already contains a particular chunk of data, it will be re-used,
even if it was in another file in an older backup generation. This way, you
don't need to worry about moving around large files, or modifying them.
* Encrypted backups, using GnuPG.
* Push or pull operation, depending on what you need. You can run Obnam on
the client, and push backups to the server, or on the server, and pull
from the client over SFTP.
Description-md5: 951f41b8d3779f585b8aff23973e44a4
Homepage: http://obnam.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions