How to Install and Uninstall cmake.i686 Package on Fedora 38

Last updated: September 30,2024

1. Install "cmake.i686" package

Please follow the guidelines below to install cmake.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install cmake.i686

2. Uninstall "cmake.i686" package

In this section, we are going to explain the necessary steps to uninstall cmake.i686 on Fedora 38:

$ sudo dnf remove cmake.i686 $ sudo dnf autoremove

3. Information about the cmake.i686 package on Fedora 38

Last metadata expiration check: 3:02:28 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : cmake
Version : 3.26.2
Release : 1.fc38
Architecture : i686
Size : 7.4 M
Source : cmake-3.26.2-1.fc38.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.