How to Install and Uninstall libspdlog-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libspdlog-dev" package

Please follow the instructions below to install libspdlog-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libspdlog-dev

2. Uninstall "libspdlog-dev" package

Please follow the step by step instructions below to uninstall libspdlog-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libspdlog-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libspdlog-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 376
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: spdlog
Version: 1.6-1
Filename: pool/universe/s/spdlog/libspdlog-dev_1.6-1_amd64.deb
Size: 116970
MD5sum: 1efbeb313383f99fd65a3559799cd494
SHA1: 6f8e9d96d1d886cd85bea4b86b6e2bdd90d68ac5
SHA256: 62110559e2dd6106410eb6a6e0bfb3a0010d0691a58367a67da003e28a3e86a5
Description-en: Very fast, header only, 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: 97412f713972fcd601eccc1757ddcca4
Homepage: https://github.com/COMBINE-lab/spdlog
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu