How to Install and Uninstall imake.x86_64 Package on CentOS Stream 9

Last updated: September 28,2024

1. Install "imake.x86_64" package

Please follow the steps below to install imake.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install imake.x86_64

2. Uninstall "imake.x86_64" package

Please follow the guidance below to uninstall imake.x86_64 on CentOS Stream 9:

$ sudo dnf remove imake.x86_64 $ sudo dnf autoremove

3. Information about the imake.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:46:11 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : imake
Version : 1.0.8
Release : 6.el9
Architecture : x86_64
Size : 244 k
Source : imake-1.0.8-6.el9.src.rpm
Repository : epel
Summary : imake source code configuration and build system
URL : http://www.x.org
License : MIT
Description : Imake is a deprecated source code configuration and build system which
: has traditionally been supplied by and used to build the X Window System
: in X11R6 and previous releases. As of the X Window System X11R7 release,
: the X Window system has switched to using GNU autotools as the primary
: build system, and the Imake system is now deprecated, and should not be
: used by new software projects. Software developers are encouraged to
: migrate software to the GNU autotools system.