How to Install and Uninstall restic Package on Kali Linux

Last updated: May 17,2024

1. Install "restic" package

Please follow the guidelines below to install restic on Kali Linux

$ sudo apt update $ sudo apt install restic

2. Uninstall "restic" package

This is a short guide on how to uninstall restic on Kali Linux:

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

3. Information about the restic package on Kali Linux

Package: restic
Version: 0.16.4-2
Installed-Size: 21385
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Recommends: fuse, libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 7.2.2), sphinx-rtd-theme-common (>= 2.0.0+dfsg)
Size: 7388376
SHA256: 7b7fcd60fec48bdd7145cf5f39f1f3ce13bf98deacace79adac665b1bb8250f6
SHA1: 17ba08ce7b7778304495858610fd47201387dfe5
MD5sum: d38b9decd4a424dabb834d86b1b91830
Description: 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:
Homepage: https://github.com/restic/restic
Built-Using: go-md2man-v2 (= 2.0.3+ds1-1), golang-1.21 (= 1.21.6-1), golang-blackfriday-v2 (= 2.1.0-1), golang-github-anacrolix-fuse (= 0.2.0-2), golang-github-backblaze-blazer (= 0.6.1-2), golang-github-cenkalti-backoff (= 4.2.1-1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-elithrar-simple-scrypt (= 1.3.0-2), golang-github-golang-groupcache (= 0.0~git20210331.41bb18b-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-google-uuid (= 1.3.0-1), golang-github-googleapis-gax-go (= 2.0.5-4), golang-github-hashicorp-golang-lru-v2 (= 2.0.1-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-klauspost-compress (= 1.17.2+ds1-1), golang-github-klauspost-cpuid (= 2.2.6-1), golang-github-kr-fs (= 0.1.0-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.66-1), golang-github-minio-sha256-simd (= 1.0.1-1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-ncw-swift-v2 (= 2.0.1-1.1), golang-github-pkg-errors (= 0.9.1-3), golang-github-pkg-sftp (= 1.13.6-1), golang-github-pkg-xattr (= 0.4.9-1), golang-github-restic-chunker (= 0.4.0-2), golang-github-rs-xid (= 1.5.0-1), golang-github-spf13-cobra (= 1.8.0-1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-go.crypto (= 1:0.18.0-1), golang-go.opencensus (= 0.24.0-1), golang-golang-x-net (= 1:0.20.0+dfsg-1), golang-golang-x-oauth2 (= 0.15.0-1), golang-golang-x-sync (= 0.6.0-1), golang-golang-x-sys (= 0.16.0-1), golang-golang-x-term (= 0.16.0-1), golang-golang-x-text (= 0.14.0-1), golang-golang-x-time (= 0.5.0-1), golang-google-api (= 0.61.0-4), golang-google-cloud (= 0.56.0-3), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.38.0+really1.33.3-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-uber-automaxprocs (= 1.5.3-1)
Section: misc
Priority: optional
Filename: pool/main/r/restic/restic_0.16.4-2_amd64.deb