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

Last updated: May 18,2024

1. Install "g++-13" package

This guide covers the steps necessary to install g++-13 on Kali Linux

$ sudo apt update $ sudo apt install g++-13

2. Uninstall "g++-13" package

Please follow the instructions below to uninstall g++-13 on Kali Linux:

$ sudo apt remove g++-13 $ sudo apt autoclean && sudo apt autoremove

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

Package: g++-13
Source: gcc-13
Version: 13.2.0-13
Installed-Size: 27
Maintainer: Debian GCC Maintainers
Architecture: amd64
Provides: c++-compiler, c++abi2-dev
Depends: g++-13-x86-64-linux-gnu (= 13.2.0-13), gcc-13-base (= 13.2.0-13), gcc-13 (= 13.2.0-13)
Suggests: g++-13-multilib, gcc-13-doc (>= 13)
Size: 14272
SHA256: 5fffad820f6cc1ff846763c2108a27570e4d81030a3ec601ccf5698ddd76611f
SHA1: 1978c9dcd01d9c6c5ddaf5f1fa16df179da17d3e
MD5sum: aedef39858d27e9f5032010fa3f02df4
Description: GNU C++ compiler
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
Description-md5:
Homepage: http://gcc.gnu.org/
Section: devel
Priority: optional
Filename: pool/main/g/gcc-13/g++-13_13.2.0-13_amd64.deb