How to Install and Uninstall librandombytes1 Package on Kali Linux

Last updated: November 10,2024

1. Install "librandombytes1" package

This is a short guide on how to install librandombytes1 on Kali Linux

$ sudo apt update $ sudo apt install librandombytes1

2. Uninstall "librandombytes1" package

Please follow the guidelines below to uninstall librandombytes1 on Kali Linux:

$ sudo apt remove librandombytes1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librandombytes1 package on Kali Linux

Package: librandombytes1
Source: librandombytes
Version: 0~20230919-4
Installed-Size: 35
Maintainer: Jan Mojžíš
Architecture: amd64
Depends: libc6 (>= 2.25)
Size: 6564
SHA256: af3a8b67d342bbf462b91f9c9e2461c38176b5e2f5a6a62aa0981b514980ee3c
SHA1: a8c823684e8f464375b9237f7da3def590f159a6
MD5sum: 133f9e7dd21fd703db1ceccc337605fc
Description: Library generating fresh randomness - shared library
librandombytes is a public-domain library providing a simple API for
applications generating fresh randomness: include ,
call randombytes(x, xbytes) whenever desired to generate fresh random bytes
x[0], x[1], ..., x[xbytes-1], and link with -lrandombytes.
.
Random bytes are often used directly in applications. Random bytes are also
the foundation of more complicated random objects, such as random integers
in a limited interval, random floating-point numbers from a (nearly) normal
distribution, and random keys used in public-key cryptosystems. librandombytes
is dedicated to obtaining fresh random bytes in the first place, and leaves
it to higher-level libraries to convert those bytes into other types of random
objects.
.
librandombytes aims for the following stringent randomness goal: no feasible
computation will ever be able to tell the difference between the output bytes
and true randomness (independent uniformly distributed random bytes). This
makes the randombytes() output suitable for use in applications ranging from
simulations to cryptography.
.
Shared library.
Description-md5:
Multi-Arch: same
Homepage: https://randombytes.cr.yp.to/
Section: libs
Priority: optional
Filename: pool/main/libr/librandombytes/librandombytes1_0~20230919-4_amd64.deb

5. The same packages on other Linux Distributions