How to Install and Uninstall libstdc++-14-dev Package on Kali Linux

Last updated: November 07,2024

1. Install "libstdc++-14-dev" package

Here is a brief guide to show you how to install libstdc++-14-dev on Kali Linux

$ sudo apt update $ sudo apt install libstdc++-14-dev

2. Uninstall "libstdc++-14-dev" package

This tutorial shows how to uninstall libstdc++-14-dev on Kali Linux:

$ sudo apt remove libstdc++-14-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libstdc++-14-dev package on Kali Linux

Package: libstdc++-14-dev
Source: gcc-14
Version: 14-20240201-3
Installed-Size: 20830
Maintainer: Debian GCC Maintainers
Architecture: amd64
Provides: libstdc++-dev
Depends: gcc-14-base (= 14-20240201-3), libgcc-14-dev (= 14-20240201-3), libstdc++6 (>= 14-20240201-3), libc6-dev (>= 2.23-1~)
Suggests: libstdc++-14-doc
Size: 2316028
SHA256: b687778ed0a908da7d25c5da9f88a891a6ac85d6cb4208c3877041d497404e2e
SHA1: 6953d90f5bfa11f31e5cb91164e457c947628828
MD5sum: 13d09731403cdd63647a8bba514e835c
Description: GNU Standard C++ Library v3 (development files)
This package contains the headers and static library files necessary for
building C++ programs which use libstdc++.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
Description-md5:
Multi-Arch: same
Homepage: http://gcc.gnu.org/
Section: libdevel
Priority: optional
Filename: pool/main/g/gcc-14/libstdc++-14-dev_14-20240201-3_amd64.deb