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

Last updated: July 03,2024

1. Install "librcheevos-dev" package

This tutorial shows how to install librcheevos-dev on Kali Linux

$ sudo apt update $ sudo apt install librcheevos-dev

2. Uninstall "librcheevos-dev" package

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

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

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

Package: librcheevos-dev
Source: rcheevos (10.7.1-1)
Version: 10.7.1-1+b1
Installed-Size: 1398
Maintainer: Debian Games Team
Architecture: amd64
Size: 325224
SHA256: b74726aa5a9548484c2a4284ce04435980532368b971294cea260d78b1132006
SHA1: 23eb052cedc38896e600d38942a30c3b6bf3de6d
MD5sum: 93db84dfbdfb3ca2b7406a09dace851f
Description: RetroAchievements helper library for game emulators
rcheevos is a set of C code, or a library if you will, that tries to make it
easier for emulators to process RetroAchievements data, providing support for
achievements and leader boards for their players.
.
Keep in mind that rcheevos does not provide HTTP network connections. Clients
must get data from RetroAchievements, and pass the response down to rcheevos
for processing.
.
Not all structures defined by rcheevos can be created via the public API, but
are exposed to allow interactions beyond just creation, destruction, and
testing, such as the ones required by UI code that helps to create them.
.
Finally, rcheevos does not allocate or manage memory by itself. All structures
that can be returned by it have a function to determine the number of bytes
needed to hold the structure, and another one that actually builds the
structure using a caller-provided buffer to bake it.
.
It is currently only available as a static library.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/RetroAchievements/rcheevos
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/r/rcheevos/librcheevos-dev_10.7.1-1+b1_amd64.deb