How to Install and Uninstall perl-ODBM_File.x86_64 Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "perl-ODBM_File.x86_64" package

Please follow the guidelines below to install perl-ODBM_File.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-ODBM_File.x86_64

2. Uninstall "perl-ODBM_File.x86_64" package

This is a short guide on how to uninstall perl-ODBM_File.x86_64 on AlmaLinux 9:

$ sudo dnf remove perl-ODBM_File.x86_64 $ sudo dnf autoremove

3. Information about the perl-ODBM_File.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:37:19 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-ODBM_File
Version : 1.16
Release : 480.el9
Architecture : x86_64
Size : 23 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : appstream
Summary : Tied access to odbm files
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : ODBM_File establishes a connection between a Perl hash variable and a file in
: odbm format. You can manipulate the data in the file just as if it were in
: a Perl hash, but when your program exits, the data will remain in the file, to
: be used the next time your program runs.