How to Install and Uninstall cmake.x86_64 Package on Fedora 36

Last updated: October 05,2024

1. Install "cmake.x86_64" package

Here is a brief guide to show you how to install cmake.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install cmake.x86_64

2. Uninstall "cmake.x86_64" package

Please follow the guidelines below to uninstall cmake.x86_64 on Fedora 36:

$ sudo dnf remove cmake.x86_64 $ sudo dnf autoremove

3. Information about the cmake.x86_64 package on Fedora 36

Last metadata expiration check: 4:21:15 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : cmake
Version : 3.22.2
Release : 1.fc36
Architecture : x86_64
Size : 6.3 M
Source : cmake-3.22.2-1.fc36.src.rpm
Repository : fedora
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.