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

Last updated: May 19,2024

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

This guide covers the steps necessary to install persistent-cache-cpp-doc on Kali Linux

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

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

Please follow the guidelines below to uninstall persistent-cache-cpp-doc on Kali Linux:

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

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

Package: persistent-cache-cpp-doc
Source: persistent-cache-cpp
Version: 1.0.7-1
Installed-Size: 1643
Maintainer: Debian UBports Team
Architecture: all
Size: 155348
SHA256: a459fc40c489f5f755fde7a499f2d6c06552a9a931daea820592e224e70fa6dd
SHA1: d26092a4db81bb954c60f0059b08afcf123573f4
MD5sum: 32c4acb3986242a9befab37729f347c0
Description: Documentation for persistent-cache-cpp-dev
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.
.
This package provides examples and the API reference.
Description-md5:
Multi-Arch: foreign
Homepage: https://gitlab.com/ubports/development/core/lib-cpp/persistent-cache-cpp
Section: doc
Priority: optional
Filename: pool/main/p/persistent-cache-cpp/persistent-cache-cpp-doc_1.0.7-1_all.deb