How to Install and Uninstall cmake-curses-gui Package on Kali Linux

Last updated: May 20,2024

1. Install "cmake-curses-gui" package

Please follow the guidance below to install cmake-curses-gui on Kali Linux

$ sudo apt update $ sudo apt install cmake-curses-gui

2. Uninstall "cmake-curses-gui" package

This guide let you learn how to uninstall cmake-curses-gui on Kali Linux:

$ sudo apt remove cmake-curses-gui $ sudo apt autoclean && sudo apt autoremove

3. Information about the cmake-curses-gui package on Kali Linux

Package: cmake-curses-gui
Source: cmake
Version: 3.28.3-1
Installed-Size: 11286
Maintainer: Debian CMake Team
Architecture: amd64
Depends: libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libjsoncpp25 (>= 1.9.5), libncurses6 (>= 6), librhash0 (>= 1.2.6), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libuv1 (>= 1.38.0), zlib1g (>= 1:1.1.4), cmake (= 3.28.3-1)
Size: 3285440
SHA256: ccdc19891bc6609b96839c6932df467a65adaac897babcd61fa15350d6e9d297
SHA1: 9b509aaa660c7262a4ff746727320ba791105b3d
MD5sum: 9ef41a81968417f76a22cb8b62bdde26
Description: curses based user interface for CMake (ccmake)
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.
.
This package provides the CMake curses interface. Project configuration
settings may be specified interactively through this GUI. Brief instructions
are provided at the bottom of the terminal when the program is running. The
main executable file for this GUI is "ccmake".
Description-md5:
Homepage: https://cmake.org/
Tag: devel::buildtools, implemented-in::c++, interface::commandline,
interface::text-mode, role::program, scope::utility, uitoolkit::ncurses
Section: devel
Priority: optional
Filename: pool/main/c/cmake/cmake-curses-gui_3.28.3-1_amd64.deb