How to Install and Uninstall perlbrew.noarch Package on Fedora 39

Last updated: November 29,2024

1. Install "perlbrew.noarch" package

Please follow the step by step instructions below to install perlbrew.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perlbrew.noarch

2. Uninstall "perlbrew.noarch" package

Learn how to uninstall perlbrew.noarch on Fedora 39:

$ sudo dnf remove perlbrew.noarch $ sudo dnf autoremove

3. Information about the perlbrew.noarch package on Fedora 39

Last metadata expiration check: 0:26:34 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perlbrew
Version : 0.97
Release : 2.fc39
Architecture : noarch
Size : 66 k
Source : perlbrew-0.97-2.fc39.src.rpm
Repository : fedora
Summary : Manage perl installations in your $HOME
URL : https://metacpan.org/release/App-perlbrew
License : MIT
Description : perlbrew is a program to automate the building and installation of perl in
: the users HOME. At the moment, it installs everything to ~/perl5/perlbrew,
: and requires you to tweak your PATH by including a bashrc/cshrc file it
: provides. You then can benefit from not having to run 'sudo' commands to
: install cpan modules because those are installed inside your HOME too. It's
: almost like an isolated perl environments.