How to Install and Uninstall libsecp256k1-0 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libsecp256k1-0" package

In this section, we are going to explain the necessary steps to install libsecp256k1-0 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libsecp256k1-0

2. Uninstall "libsecp256k1-0" package

This guide let you learn how to uninstall libsecp256k1-0 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libsecp256k1-0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsecp256k1-0 package on Ubuntu 21.10 (Impish Indri)

Package: libsecp256k1-0
Architecture: amd64
Version: 0.1~20210108-1
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: libsecp256k1
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Cryptocoin Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 179
Depends: libc6 (>= 2.14), libgmp10
Filename: pool/universe/libs/libsecp256k1/libsecp256k1-0_0.1~20210108-1_amd64.deb
Size: 109268
MD5sum: f2d15163d46f9f46e2f27b3b78c8c786
SHA1: d906da9fad001c378545da6e813302f49443ebf0
SHA256: 774fef29ce86ab09ee22a71c6ecc694ff458e40bf6a8d91ee651e3833bea0eda
SHA512: 6b3548907091a1b8277f52666518491d885ab17274c77fd15dd47e0e2e6d896b7397682e3ea6bc3e64b01fc23ece0b61b1409b9db7ef9184089d8ca4d38ea510
Homepage: https://github.com/bitcoin/secp256k1
Description-en: library for EC operations on curve secp256k1
An optimized C library for EC operations on curve secp256k1.
.
NB! This library is intended to be
the highest quality publicly available library
for cryptography on the secp256k1 curve.
However, the primary focus of its development has been
for usage in the Bitcoin system
and usage unlike Bitcoin's may be less well tested, verified,
or suffer from a less well thought out interface.
Correct usage requires some care and consideration
that the library is fit for your application's purpose.
.
Features:
* secp256k1 ECDSA signing/verification and key generation.
* Additive and multiplicative tweaking of secret/public keys.
* Serialization/parsing of secret keys, public keys, signatures.
* Constant time, constant memory access signing and public key generation.
* Derandomized ECDSA (via RFC6979 or with a caller provided function.)
* Very efficient implementation.
* Suitable for embedded systems.
* Optional module for public key recovery.
* Optional module for ECDH key exchange.
Description-md5: 2d59f652d02ddcff51b13bd553d9441d