How to Install and Uninstall perl-NDBM_File.x86_64 Package on Fedora 36

Last updated: October 11,2024

1. Install "perl-NDBM_File.x86_64" package

Please follow the instructions below to install perl-NDBM_File.x86_64 on Fedora 36

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

2. Uninstall "perl-NDBM_File.x86_64" package

Please follow the step by step instructions below to uninstall perl-NDBM_File.x86_64 on Fedora 36:

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

3. Information about the perl-NDBM_File.x86_64 package on Fedora 36

Last metadata expiration check: 0:57:15 ago on Thu Sep 8 08:04:50 2022.
Installed Packages
Name : perl-NDBM_File
Version : 1.15
Release : 486.fc36
Architecture : x86_64
Size : 30 k
Source : perl-5.34.1-486.fc36.src.rpm
Repository : @System
From repo : fedora
Summary : Tied access to ndbm files
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : NDBM_File establishes a connection between a Perl hash variable and a file in
: ndbm 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.