How to Install and Uninstall libspdlog1.10 Package on Kali Linux

Last updated: July 05,2024

1. Install "libspdlog1.10" package

This is a short guide on how to install libspdlog1.10 on Kali Linux

$ sudo apt update $ sudo apt install libspdlog1.10

2. Uninstall "libspdlog1.10" package

Learn how to uninstall libspdlog1.10 on Kali Linux:

$ sudo apt remove libspdlog1.10 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libspdlog1.10 package on Kali Linux

Package: libspdlog1.10
Source: spdlog
Version: 1:1.10.0+ds-0.4
Installed-Size: 539
Maintainer: Debian Med Packaging Team
Architecture: amd64
Replaces: libspdlog1 (<< 1:1.10.0+ds-0.3)
Provides: libspdlog1.10-fmt9
Depends: libc6 (>= 2.34), libfmt9 (>= 9.0.0+ds1), libgcc-s1 (>= 3.0), libstdc++6 (>= 12)
Breaks: bear (<< 3.0.5-1), libear (<< 3.0.5-1), libpurify2.0 (<< 2.0.0-5+b2), libspdlog1 (<< 1:1.10.0+ds-0.3), nheko (<< 0.7.2-3+b1), purify (<< 2.0.0-5+b2)
Size: 129640
SHA256: b723ebad9456a5186f594db67e9ea0f995f74f514d75e3decfa4c73dd1c98fcd
SHA1: b8c756cde66f9a40fe095867eeca82d4454d9182
MD5sum: e6ddf22ecf13e8991bab39560526583c
Description: Very fast C++ logging library
Features: Very fast - performance is the primary goal; Headers only; No
dependencies - just copy and use; call style using the excellent cppformat
library; ostream call style is supported too; Optional extremely fast
asynchronous mode - using lockfree queues and other tricks to reach millions
of calls/sec; Custom formatting; Multi/Single threaded loggers; Easily
extendable with custom log targets (just implement a single function in the
sink interface). Severity based filtering - threshold levels can be modified
in runtime as well as in compile time.
.
Various log targets:
Rotating log files, Daily log files, Console logging, Linux syslog.
.
This is the compiled version of the library.
Description-md5: b2d503aa303f67bc884a02e53e082428
Multi-Arch: same
Homepage: https://github.com/gabime/spdlog
Section: libs
Priority: optional
Filename: pool/main/s/spdlog/libspdlog1.10_1.10.0+ds-0.4_amd64.deb