How to Install and Uninstall krb5-devel.x86_64 Package on AlmaLinux 9

Last updated: October 14,2024

1. Install "krb5-devel.x86_64" package

Please follow the guidance below to install krb5-devel.x86_64 on AlmaLinux 9

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

2. Uninstall "krb5-devel.x86_64" package

Please follow the guidance below to uninstall krb5-devel.x86_64 on AlmaLinux 9:

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

3. Information about the krb5-devel.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:56:45 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : krb5-devel
Version : 1.21.1
Release : 1.el9
Architecture : x86_64
Size : 133 k
Source : krb5-1.21.1-1.el9.src.rpm
Repository : appstream
Summary : Development files needed to compile Kerberos 5 programs
URL : https://web.mit.edu/kerberos/www/
License : MIT
Description : Kerberos is a network authentication system. The krb5-devel package
: contains the header files and libraries needed for compiling Kerberos
: 5 programs. If you want to develop Kerberos-aware programs, you need
: to install this package.