How to Install and Uninstall libtwofish-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libtwofish-dev" package

Please follow the steps below to install libtwofish-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libtwofish-dev

2. Uninstall "libtwofish-dev" package

Here is a brief guide to show you how to uninstall libtwofish-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libtwofish-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtwofish-dev package on Ubuntu 21.10 (Impish Indri)

Package: libtwofish-dev
Architecture: amd64
Version: 0.3-5
Priority: optional
Section: universe/libdevel
Source: twofish
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Mats Erik Andersson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 59
Depends: libc6-dev, libtwofish0 (= 0.3-5)
Filename: pool/universe/t/twofish/libtwofish-dev_0.3-5_amd64.deb
Size: 13800
MD5sum: 7b7a8af8fbf0c81eb62b804e4dcc99dc
SHA1: 4efee0d314dd0a524651976de0685b32a0afd456
SHA256: d8294ab94ffbd97c352b9d794c7ee0f4b6efed2cf1d311f1c32aa971bc7c06ba
SHA512: 4ced8e9c164e3a1a5274e0fe88f69696939cd92054deefe980322f37b5e3766bf61cfe389604592082c2258263b0d96ac91500ca04549f8966e1e030f580c68c
Description-en: Niels Ferguson's Twofish cryptographic algorithm library
This package contains a header file and static library implementing the
Twofish cryptographic algorithm, one of the five finalists in the AES
(Advanced Encryption Standard) competition sponsored by the United States's
National Institute of Standards and Technology (NIST).
.
The main properties of this library are:
* Free: The library can be freely used for any application. (For details see
the licensing terms and disclaimer in the source code file itself.)
* Fast: The code has been optimised for speed, at the expense of memory use
and code size.
* Easy to use: Care has been taken to make the code easy to integrate into a
larger project. Extensive comments explain how to perform the integration
and how to use the library.
* Portable: The default code is written in fully portable C. By adjusting
certain macro definitions the user can provide platform-specific code for
certain functions, which can improve the speed.
* Documented: Extensive documentation is available in the comments of the
source files. This includes information about integration, optimisation
for specific platforms, the library API, and detailed explanation of all
the code.
* Self-testing: Extensive self-tests are run every time the library is
initialised.
* Large: The code has been optimised for speed, which leads to the use of
large tables. No attempt has been made to minimise the code or data size.
.
This library has not yet been declared stable by its author, Niels Ferguson,
yet it has not been changed in eight years.
Description-md5: 83bc8c575f7efef388b8cbf2cd1f3a86