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

Last updated: October 08,2024

1. Install "perlbrew.noarch" package

Here is a brief guide to show you how to install perlbrew.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perlbrew.noarch

2. Uninstall "perlbrew.noarch" package

Please follow the steps below to uninstall perlbrew.noarch on Fedora 35:

$ sudo dnf remove perlbrew.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:07:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perlbrew
Version : 0.94
Release : 1.fc35
Architecture : noarch
Size : 69 k
Source : perlbrew-0.94-1.fc35.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.