How to Install and Uninstall perl-App-Rad.noarch Package on Fedora 38

Last updated: January 15,2025

1. Install "perl-App-Rad.noarch" package

Learn how to install perl-App-Rad.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-App-Rad.noarch

2. Uninstall "perl-App-Rad.noarch" package

This guide covers the steps necessary to uninstall perl-App-Rad.noarch on Fedora 38:

$ sudo dnf remove perl-App-Rad.noarch $ sudo dnf autoremove

3. Information about the perl-App-Rad.noarch package on Fedora 38

Last metadata expiration check: 4:04:40 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-App-Rad
Version : 1.05
Release : 21.fc38
Architecture : noarch
Size : 54 k
Source : perl-App-Rad-1.05-21.fc38.src.rpm
Repository : fedora
Summary : Rapid creation of command line applications
URL : https://metacpan.org/release/App-Rad
License : GPL+ or Artistic
Description : App::Rad aims to be a simple yet powerful framework for developing your
: command-line applications. It can easily transform your Perl one-liners
: into reusable subroutines than can be called directly by the user of
: your program. It also tries to provide a handy interface for your common
: command-line tasks.