How to Install and Uninstall cmake Package on Kali Linux

Last updated: April 30,2024

1. Install "cmake" package

Please follow the guidelines below to install cmake on Kali Linux

$ sudo apt update $ sudo apt install cmake

2. Uninstall "cmake" package

Please follow the steps below to uninstall cmake on Kali Linux:

$ sudo apt remove cmake $ sudo apt autoclean && sudo apt autoremove

3. Information about the cmake package on Kali Linux

Package: cmake
Version: 3.28.3-1
Installed-Size: 36607
Maintainer: Debian CMake Team
Architecture: amd64
Depends: libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libjsoncpp25 (>= 1.9.5), librhash0 (>= 1.2.6), libstdc++6 (>= 13.1), libuv1 (>= 1.38.0), zlib1g (>= 1:1.1.4), cmake-data (= 3.28.3-1), procps
Recommends: gcc, make
Suggests: cmake-doc, cmake-format, elpa-cmake-mode, ninja-build
Size: 10533180
SHA256: 350917f0a6dc41518e1b9bea68582ed06ba8270cf429e45711a1756ee2d546a0
SHA1: b1844c8d9f0d4bd9f8a83a7416766945e28d4a53
MD5sum: ac5da2b32b0cb1fbdbc8032ae2dfba5c
Description: cross-platform, open-source make system
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake
generates native makefiles and workspaces that can be used in the
compiler environment of your choice. CMake is quite sophisticated: it
is possible to support complex environments requiring system
configuration, pre-processor generation, code generation, and template
instantiation.
Description-md5:
Multi-Arch: foreign
Homepage: https://cmake.org/
Tag: devel::buildtools, implemented-in::c++, interface::commandline,
interface::text-mode, role::program, scope::utility,
uitoolkit::ncurses, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/c/cmake/cmake_3.28.3-1_amd64.deb