How to Install and Uninstall restic Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "restic" package

This guide let you learn how to install restic on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install restic

2. Uninstall "restic" package

Here is a brief guide to show you how to uninstall restic on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove restic $ sudo apt autoclean && sudo apt autoremove

3. Information about the restic package on Ubuntu 20.10 (Groovy Gorilla)

Package: restic
Architecture: amd64
Version: 0.9.6+ds-2build1
Built-Using: go-md2man (= 1.0.10+ds-1), golang-1.14 (= 1.14.7-2ubuntu1), golang-bazil-fuse (= 0.0~git20160811.0.371fbbd-3), golang-blackfriday (= 1.5.2+git20200218.41c5fcc-1), golang-github-azure-azure-sdk-for-go (= 43.3.0-1), golang-github-azure-go-autorest (= 14.1.1-1), golang-github-cenkalti-backoff (= 3.1.1-1), golang-github-dgrijalva-jwt-go (= 3.2.0-1), golang-github-elithrar-simple-scrypt (= 1.3.0-1), golang-github-googleapis-gax-go (= 2.0.5-1), golang-github-hashicorp-golang-lru (= 0.5.4-1), golang-github-juju-ratelimit (= 1.0.1-1), golang-github-kr-fs (= 0.0~git20131111.0.2788f0d-2), golang-github-kurin-blazer (= 0.4.4-1), golang-github-mattn-go-isatty (= 0.0.12-1), golang-github-minio-minio-go (= 6.0.53-1), golang-github-minio-sha256-simd (= 0.1.1-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-ncw-swift (= 1.0.49-1), golang-github-pkg-errors (= 0.9.1-1), golang-github-pkg-sftp (= 1.8.3-1), golang-github-pkg-xattr (= 0.4.0-1), golang-github-restic-chunker (= 0.2.0-1), golang-github-satori-go.uuid (= 1.2.0-2), golang-github-spf13-cobra (= 0.0.7-1), golang-github-spf13-pflag (= 1.0.5-1), golang-go.crypto (= 1:0.0~git20200604.70a84ac-2), golang-go.opencensus (= 0.22.0-1), golang-golang-x-net (= 1:0.0+git20200226.491c5fc+dfsg-1), golang-golang-x-oauth2 (= 0.0~git20190604.0f29369-2), golang-golang-x-sync (= 0.0~git20190911.cd5d95a-1), golang-golang-x-sys (= 0.0~git20200523.0598657-1), golang-golang-x-text (= 0.3.3-1), golang-google-api (= 0.21.0-1), golang-google-cloud (= 0.56.0-1), golang-google-genproto (= 0.0~git20200626.ee7919e-0ubuntu1), golang-google-grpc (= 1.29.1-0ubuntu1), golang-google-protobuf (= 1.25.0-1), golang-gopkg-ini.v1 (= 1.57.0-1), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-goprotobuf (= 1.4.2-0ubuntu1), golang-yaml.v2 (= 2.3.0-1)
Priority: extra
Section: universe/misc
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 26027
Depends: libc6 (>= 2.32)
Recommends: fuse
Suggests: libjs-jquery, libjs-underscore
Filename: pool/universe/r/restic/restic_0.9.6+ds-2build1_amd64.deb
Size: 8924592
MD5sum: a7a9f1ef6f6137a8aecee996a1907045
SHA1: 3014f67ee0d69ff81c552d17810ac2e2fd53828b
SHA256: d627f19d3c538f9597975198060097129c15a8988461af99faa130adc9065df0
SHA512: 7cd9b06a45a3f99a220d25367de78a23c1f52318486475719d5c549277252fbe6eae7843ecfc3dc87fe4dbf99d9e816debca20e9519acfd54b7bb77c255606c3
Homepage: https://github.com/restic/restic
Description-en: backup program with multiple revisions, encryption and more
restic is a program that does backups right and was designed with the following
principles in mind:
- Easy: Doing backups should be a frictionless process, otherwise you might
be tempted to skip it. Restic should be easy to configure and use, so
that, in the event of a data loss, you can just restore it. Likewise,
restoring data should not be complicated.
- Fast: Backing up your data with restic should only be limited by your
network or hard disk bandwidth so that you can backup your files every day.
Nobody does backups if it takes too much time. Restoring backups should
only transfer data that is needed for the files that are to be restored, so
that this process is also fast.
- Verifiable: Much more important than backup is restore, so restic enables
you to easily verify that all data can be restored.
- Secure: Restic uses cryptography to guarantee confidentiality and
integrity of your data. The location the backup data is stored is assumed
not to be a trusted environment (e.g. a shared space where others like
system administrators are able to access your backups). Restic is
built to secure your data against such attackers.
- Efficient: With the growth of data, additional snapshots should only take
the storage of the actual increment. Even more, duplicate data should be
de-duplicated before it is actually written to the storage back end to save
precious backup space.
Description-md5: 306158c67df1c70aca079d38e0afc1e3