How to Install and Uninstall mysql-devel.x86_64 Package on AlmaLinux 8

Last updated: November 01,2024

1. Install "mysql-devel.x86_64" package

This guide let you learn how to install mysql-devel.x86_64 on AlmaLinux 8

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

2. Uninstall "mysql-devel.x86_64" package

Please follow the steps below to uninstall mysql-devel.x86_64 on AlmaLinux 8:

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

3. Information about the mysql-devel.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:29:41 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : mysql-devel
Version : 8.0.26
Release : 1.module_el8.4.0+2532+b8928c02
Architecture : x86_64
Size : 154 k
Source : mysql-8.0.26-1.module_el8.4.0+2532+b8928c02.src.rpm
Repository : appstream
Summary : Files for development of MySQL applications
URL : http://www.mysql.com
License : GPLv2 with exceptions and LGPLv2 and BSD
Description : MySQL is a multi-user, multi-threaded SQL database server. This
: package contains the libraries and header files that are needed for
: developing MySQL client applications.