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

Last updated: October 01,2024

1. Install "perlbrew.noarch" package

In this section, we are going to explain the necessary steps to install perlbrew.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perlbrew.noarch

2. Uninstall "perlbrew.noarch" package

Please follow the instructions below to uninstall perlbrew.noarch on Fedora 38:

$ sudo dnf remove perlbrew.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:44:48 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perlbrew
Version : 0.97
Release : 1.fc38
Architecture : noarch
Size : 72 k
Source : perlbrew-0.97-1.fc38.src.rpm
Repository : updates
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.