How to Install and Uninstall perl-File-KeePass.noarch Package on Fedora 35

Last updated: May 17,2024

1. Install "perl-File-KeePass.noarch" package

Please follow the guidelines below to install perl-File-KeePass.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-File-KeePass.noarch

2. Uninstall "perl-File-KeePass.noarch" package

This guide let you learn how to uninstall perl-File-KeePass.noarch on Fedora 35:

$ sudo dnf remove perl-File-KeePass.noarch $ sudo dnf autoremove

3. Information about the perl-File-KeePass.noarch package on Fedora 35

Last metadata expiration check: 0:19:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-File-KeePass
Version : 2.03
Release : 27.fc35
Architecture : noarch
Size : 43 k
Source : perl-File-KeePass-2.03-27.fc35.src.rpm
Repository : fedora
Summary : Interface to KeePass V1 and V2 database files
URL : https://metacpan.org/release/File-KeePass
License : GPL+ or Artistic
Description : File::KeePass gives access to KeePass version 1 (kdb) and
: version 2 (kdbx) databases.
:
: The version 1 and version 2 databases are very different
: in construction, but the majority of information overlaps
: and many algorithms are similar. File::KeePass attempts to
: iron out as many of the differences.
:
: File::KeePass gives nearly raw data access. There are a few
: utility methods for manipulating groups and entries. More
: advanced manipulation can easily be layered on top by
: other modules.
:
: File::KeePass is only used for reading and writing databases
: and for keeping passwords scrambled while in memory.
: Programs dealing with UI or using of auto-type features are
: the domain of other modules on CPAN. File::KeePass::Agent
: is one example.