How to Install and Uninstall librandombytes-dev Package on Kali Linux

Last updated: January 11,2025

1. Install "librandombytes-dev" package

In this section, we are going to explain the necessary steps to install librandombytes-dev on Kali Linux

$ sudo apt update $ sudo apt install librandombytes-dev

2. Uninstall "librandombytes-dev" package

Please follow the steps below to uninstall librandombytes-dev on Kali Linux:

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

3. Information about the librandombytes-dev package on Kali Linux

Package: librandombytes-dev
Source: librandombytes
Version: 0~20230919-4
Installed-Size: 34
Maintainer: Jan Mojžíš
Architecture: amd64
Replaces: libnacl-dev (<< 20110221-13~)
Depends: librandombytes1 (= 0~20230919-4)
Breaks: libnacl-dev (<< 20110221-13~)
Size: 8084
SHA256: 2878f122ab1c4f47186def8681489f9212262fa64653091bd1cdd3d690dd90c8
SHA1: dbd2515589e955f5958195d1772fd51d428ead7f
MD5sum: 22d6e6e6e60c85227743686aeebd1564
Description: Library generating fresh randomness - development files
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.
.
Development files.
Description-md5:
Multi-Arch: same
Homepage: https://randombytes.cr.yp.to/
Section: libdevel
Priority: optional
Filename: pool/main/libr/librandombytes/librandombytes-dev_0~20230919-4_amd64.deb

5. The same packages on other Linux Distributions