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

Last updated: November 07,2024

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

In this section, we are going to explain the necessary steps to install libstdc++-13-dev on Kali Linux

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

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

Learn how to uninstall libstdc++-13-dev on Kali Linux:

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

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

Package: libstdc++-13-dev
Source: gcc-13
Version: 13.2.0-13
Installed-Size: 20159
Maintainer: Debian GCC Maintainers
Architecture: amd64
Provides: libstdc++-dev
Depends: gcc-13-base (= 13.2.0-13), libgcc-13-dev (= 13.2.0-13), libstdc++6 (>= 13.2.0-13), libc6-dev (>= 2.23-1~)
Suggests: libstdc++-13-doc
Size: 2208076
SHA256: 04e1da7da8199fd5e2655972f8782bb9833fc45c3f634670eeb051d15e3ed4db
SHA1: 8949f752e7a9b76e0386628351b4d5ad87a5f14f
MD5sum: 7067758d2ebc8e8ecd99f00c50831233
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-13/libstdc++-13-dev_13.2.0-13_amd64.deb