How to Install and Uninstall libspdlog-dev Package on Kali Linux

Last updated: May 07,2024

1. Install "libspdlog-dev" package

This tutorial shows how to install libspdlog-dev on Kali Linux

$ sudo apt update $ sudo apt install libspdlog-dev

2. Uninstall "libspdlog-dev" package

Here is a brief guide to show you how to uninstall libspdlog-dev on Kali Linux:

$ sudo apt remove libspdlog-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libspdlog-dev package on Kali Linux

Package: libspdlog-dev
Source: spdlog (1:1.12.0+ds-2)
Version: 1:1.12.0+ds-2+b1
Installed-Size: 484
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libspdlog1.12 (= 1:1.12.0+ds-2+b1), libfmt-dev (>= 9.0.0), catch2 (>= 3.0.0)
Suggests: qtbase5-dev, libsystemd-dev
Size: 85520
SHA256: 6af754507d47157335c9909529a652bd1d6a4cab36e656473e16a1a9172196ac
SHA1: 45fe08432f1061fef8f3ac66da30675a74bfda40
MD5sum: 029a4992ab992c5b168d36761e6a7005
Description: Very fast, header only or compiled, 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.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/gabime/spdlog
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/s/spdlog/libspdlog-dev_1.12.0+ds-2+b1_amd64.deb