How to Install and Uninstall persistent-cache-cpp-dev Package on Kali Linux

Last updated: May 14,2024

1. Install "persistent-cache-cpp-dev" package

This is a short guide on how to install persistent-cache-cpp-dev on Kali Linux

$ sudo apt update $ sudo apt install persistent-cache-cpp-dev

2. Uninstall "persistent-cache-cpp-dev" package

Please follow the step by step instructions below to uninstall persistent-cache-cpp-dev on Kali Linux:

$ sudo apt remove persistent-cache-cpp-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the persistent-cache-cpp-dev package on Kali Linux

Package: persistent-cache-cpp-dev
Source: persistent-cache-cpp
Version: 1.0.7-1
Installed-Size: 455
Maintainer: Debian UBports Team
Architecture: amd64
Depends: libboost-dev, libleveldb-dev, pkg-config
Size: 74088
SHA256: 407dcf13c29501ba15499d220d1647c1c2be6b18fe87b4ffb50009bc78b3dc80
SHA1: e2c46cdaf3985524c0b753e1f8f46d1894fc58de
MD5sum: 6efcc86d3f9799037b7921003447f3cb
Description: Cache of key-value pairs with persistent storage for C++ 11
This API provides a cache of key-value pairs with a backing store. It is
intended for caching arbitrary (possibly large) amounts of data, such as
might be needed by a web browser cache. The cache supports both
least-recently-used and time-to-live expiration policies. It scales to
large numbers (millions) of entries and is very fast. The implementation
is based on leveldb and typically provides throughput many times larger
than the I/O bandwidth to disk.
.
The cache is robust in the face of crashes and power loss. After a
re-start, it is guaranteed to be in a consistent state with correct
data. Some number of updates that were made just prior to a power loss
or kernel crash can be lost; however, if just the calling process
crashes, all updates that were made prior to the crash are guaranteed to
be on disk.
Description-md5:
Multi-Arch: same
Homepage: https://gitlab.com/ubports/development/core/lib-cpp/persistent-cache-cpp
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/persistent-cache-cpp/persistent-cache-cpp-dev_1.0.7-1_amd64.deb