How to Install and Uninstall gnustep-make.x86_64 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "gnustep-make.x86_64" package

This tutorial shows how to install gnustep-make.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install gnustep-make.x86_64

2. Uninstall "gnustep-make.x86_64" package

Please follow the steps below to uninstall gnustep-make.x86_64 on Rocky Linux 9:

$ sudo dnf remove gnustep-make.x86_64 $ sudo dnf autoremove

3. Information about the gnustep-make.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:46:59 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : gnustep-make
Version : 2.9.0
Release : 3.el9
Architecture : x86_64
Size : 241 k
Source : gnustep-make-2.9.0-3.el9.src.rpm
Repository : epel
Summary : GNUstep makefile package
URL : http://www.gnustep.org/
License : GPLv3+
Description : The makefile package is a simple, powerful and extensible way to write
: makefiles for a GNUstep-based project. It allows the user to write a
: project without having to deal with the complex issues associated with
: configuration, building, installation, and packaging. It also allows
: the user to easily create cross-compiled binaries.