How to Install and Uninstall cmake.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "cmake.x86_64" package

This tutorial shows how to install cmake.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install cmake.x86_64

2. Uninstall "cmake.x86_64" package

This guide let you learn how to uninstall cmake.x86_64 on Rocky Linux 8:

$ sudo dnf remove cmake.x86_64 $ sudo dnf autoremove

3. Information about the cmake.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:06:13 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : cmake
Version : 3.20.2
Release : 4.el8
Architecture : x86_64
Size : 12 M
Source : cmake-3.20.2-4.el8.src.rpm
Repository : appstream
Summary : Cross-platform make system
URL : http://www.cmake.org
License : BSD and MIT and zlib
Description : 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, preprocessor
: generation, code generation, and template instantiation.