How to Install and Uninstall libspdlog1 Package on Kali Linux

Last updated: May 03,2024

1. Install "libspdlog1" package

This guide covers the steps necessary to install libspdlog1 on Kali Linux

$ sudo apt update $ sudo apt install libspdlog1

2. Uninstall "libspdlog1" package

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

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

3. Information about the libspdlog1 package on Kali Linux

Package: libspdlog1
Source: spdlog
Version: 1:1.9.2+ds-0.2
Installed-Size: 511
Maintainer: Debian Med Packaging Team
Architecture: amd64
Provides: libspdlog1-fmt8
Depends: libc6 (>= 2.33), libfmt8 (>= 8.0.1+ds1), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Breaks: bear (<< 3.0.5-1), libear (<< 3.0.5-1), libpurify2.0 (<< 2.0.0-5+b2), nheko (<< 0.7.2-3+b1), purify (<< 2.0.0-5+b2)
Size: 114892
SHA256: 28f74a85dd263961af7c776b7a03eff1afb16b8460d7ead5c4fde2b122c734f6
SHA1: 16d4db141230acf37f002e63e27928e54394e018
MD5sum: 403f035ec12d8479b4f03bac2eeee988
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
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/s/spdlog/libspdlog1_1.9.2+ds-0.2_amd64.deb