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

Last updated: July 05,2024

1. Install "libspdlog1.12" package

Please follow the guidelines below to install libspdlog1.12 on Kali Linux

$ sudo apt update $ sudo apt install libspdlog1.12

2. Uninstall "libspdlog1.12" package

Please follow the guidance below to uninstall libspdlog1.12 on Kali Linux:

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

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

Package: libspdlog1.12
Source: spdlog (1:1.12.0+ds-2)
Version: 1:1.12.0+ds-2+b1
Installed-Size: 568
Maintainer: Debian Med Packaging Team
Architecture: amd64
Replaces: libspdlog1 (<< 1:1.10.0+ds-0.3)
Provides: libspdlog1.12-fmt9
Depends: libc6 (>= 2.33), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libstdc++6 (>= 12)
Breaks: libspdlog1 (<< 1:1.10.0+ds-0.3)
Size: 135584
SHA256: 206b011766a285475f17ea376f48a7c501a6ed4c2dd67ee8d00cd42143131640
SHA1: 5180f86fdec38b5153d911edc31e91605f66cd9c
MD5sum: 35ebb720d740b17f4a3ffb02111ea3a4
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:
Multi-Arch: same
Homepage: https://github.com/gabime/spdlog
Section: libs
Priority: optional
Filename: pool/main/s/spdlog/libspdlog1.12_1.12.0+ds-2+b1_amd64.deb