How to Install and Uninstall httpd-devel.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "httpd-devel.x86_64" package

This is a short guide on how to install httpd-devel.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install httpd-devel.x86_64

2. Uninstall "httpd-devel.x86_64" package

Please follow the step by step instructions below to uninstall httpd-devel.x86_64 on Rocky Linux 8:

$ sudo dnf remove httpd-devel.x86_64 $ sudo dnf autoremove

3. Information about the httpd-devel.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:45:45 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : httpd-devel
Version : 2.4.37
Release : 47.module+el8.6.0+985+b8ff6398.2
Architecture : x86_64
Size : 223 k
Source : httpd-2.4.37-47.module+el8.6.0+985+b8ff6398.2.src.rpm
Repository : appstream
Summary : Development interfaces for the Apache HTTP server
URL : https://httpd.apache.org/
License : ASL 2.0
Description : The httpd-devel package contains the APXS binary and other files
: that you need to build Dynamic Shared Objects (DSOs) for the
: Apache HTTP Server.
:
: If you are installing the Apache HTTP server and you want to be
: able to compile or develop additional modules for Apache, you need
: to install this package.