How to Install and Uninstall perl-B-Generate.x86_64 Package on Fedora 39

Last updated: January 08,2025

1. Install "perl-B-Generate.x86_64" package

Please follow the guidelines below to install perl-B-Generate.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install perl-B-Generate.x86_64

2. Uninstall "perl-B-Generate.x86_64" package

Please follow the guidelines below to uninstall perl-B-Generate.x86_64 on Fedora 39:

$ sudo dnf remove perl-B-Generate.x86_64 $ sudo dnf autoremove

3. Information about the perl-B-Generate.x86_64 package on Fedora 39

Last metadata expiration check: 0:19:21 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-B-Generate
Version : 1.56
Release : 20.fc39
Architecture : x86_64
Size : 49 k
Source : perl-B-Generate-1.56-20.fc39.src.rpm
Repository : fedora
Summary : Create your own op trees
URL : https://metacpan.org/release/B-Generate
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : The B module allows you to examine the Perl op tree at run-time, in Perl
: space; it's the basis of the Perl compiler. But what it doesn't let you do
: is manipulate that op tree: it won't let you create new ops, or modify old
: ones. Now you can.