How to Install and Uninstall ssss Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "ssss" package

This guide let you learn how to install ssss on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ssss

2. Uninstall "ssss" package

Please follow the guidance below to uninstall ssss on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove ssss $ sudo apt autoclean && sudo apt autoremove

3. Information about the ssss package on Ubuntu 21.10 (Impish Indri)

Package: ssss
Architecture: amd64
Version: 0.5-5
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Tomasz Buchert
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 91
Depends: libc6 (>= 2.4), libgmp10
Filename: pool/universe/s/ssss/ssss_0.5-5_amd64.deb
Size: 16928
MD5sum: cb9e6af96b667f9359d016a2d93d5802
SHA1: 6126a90b77941abb93ad70840f56e89a479fefe6
SHA256: f1ad075e079ce9e4cc33c4c3fc71a05fac3a5a6aa1655d5d6b4f8eb96e5c53ef
SHA512: c9b238b8eb64715216158223a2b58b4fd5eb0db849c0a349ba3fcce40b968684120581d05f71f7040247cd5b03e8d435674d4c1c592b026fb7918448cf8495e9
Homepage: http://point-at-infinity.org/ssss/
Description-en: Shamir's secret sharing scheme implementation
Implementation of Shamir's Secret Sharing Scheme. The program suite
does both: the generation of shares for a known secret, and the
reconstruction of a secret using user-provided shares.
.
Shamir's Secret Sharing Scheme allows a secret to be split in to shares.
These shares can then be distributed to different people. When the time comes
to retrieve the secret then a preset number of the shares need to be combined.
The number of shares created, and the number needed to retrieve the secret
are set at splitting time. The number of shares required to re-create the
secret can be chosen to be less that the number of shares created, so any
large enough subset of the shares can retrieve the secret.
.
This scheme allows a secret to be shared, either to reduce the chances that
the secret is lost, or to increase the number of parties that must cooperate
to reveal the secret.
Description-md5: 6919b54236e983e6f8f5b36f678a36a6