How to Install and Uninstall cmake.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "cmake.src" package

Here is a brief guide to show you how to install cmake.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install cmake.src

2. Uninstall "cmake.src" package

Please follow the guidelines below to uninstall cmake.src on Oracle Linux 9:

$ sudo dnf remove cmake.src $ sudo dnf autoremove

3. Information about the cmake.src package on Oracle Linux 9

Last metadata expiration check: 1:51:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cmake
Version : 3.20.2
Release : 9.el9_3
Architecture : src
Size : 9.0 M
Source : None
Repository : ol9_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.