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

Last updated: September 20,2024

1. Install "cmake.i686" package

Here is a brief guide to show you how to install cmake.i686 on Fedora 34

$ 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 34:

$ sudo dnf remove cmake.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:36:10 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : cmake
Version : 3.20.5
Release : 1.fc34
Architecture : i686
Size : 7.0 M
Source : cmake-3.20.5-1.fc34.src.rpm
Repository : updates
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.