How to Install and Uninstall libstdc++6 Package on Kali Linux

Last updated: May 17,2024

1. Install "libstdc++6" package

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

$ sudo apt update $ sudo apt install libstdc++6

2. Uninstall "libstdc++6" package

This is a short guide on how to uninstall libstdc++6 on Kali Linux:

$ sudo apt remove libstdc++6 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libstdc++6 package on Kali Linux

Package: libstdc++6
Source: gcc-14
Version: 14-20240201-3
Installed-Size: 3014
Maintainer: Debian GCC Maintainers
Architecture: amd64
Replaces: libstdc++6-14-dbg (<< 4.9.0-3)
Depends: gcc-14-base (= 14-20240201-3), libc6 (>= 2.36), libgcc-s1 (>= 4.3)
Conflicts: scim (<< 1.4.2-1)
Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Size: 714012
SHA256: 745d84fbf5f97267c19c3109e91f96daa1bd9e44aadfd4bc2eef773bf15a5972
SHA1: 6c3a80fad26a95d7ab7a95f27416f44b9687c194
MD5sum: 529a3f6b64fae6cc224e6fd55c906651
Description: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
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/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/g/gcc-14/libstdc++6_14-20240201-3_amd64.deb