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

Last updated: October 05,2024

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

This guide covers the steps necessary to install perl-B-Generate.x86_64 on Fedora 34

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

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

Please follow the steps below to uninstall perl-B-Generate.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:35:32 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-B-Generate
Version : 1.56
Release : 12.fc34
Architecture : x86_64
Size : 50 k
Source : perl-B-Generate-1.56-12.fc34.src.rpm
Repository : fedora
Summary : Create your own op trees
URL : https://metacpan.org/release/B-Generate
License : GPL+ or Artistic
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.