How to Install and Uninstall perl-Test-Fixme.noarch Package on Fedora 35

Last updated: November 28,2024

1. Install "perl-Test-Fixme.noarch" package

This is a short guide on how to install perl-Test-Fixme.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Test-Fixme.noarch

2. Uninstall "perl-Test-Fixme.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Test-Fixme.noarch on Fedora 35:

$ sudo dnf remove perl-Test-Fixme.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Fixme.noarch package on Fedora 35

Last metadata expiration check: 3:07:17 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Test-Fixme
Version : 0.16
Release : 16.fc35
Architecture : noarch
Size : 24 k
Source : perl-Test-Fixme-0.16-16.fc35.src.rpm
Repository : fedora
Summary : Check code for FIXMEs
URL : https://metacpan.org/release/Test-Fixme
License : GPL+ or Artistic
Description : When coding it is common to come up against problems that need to be
: addressed but that are not a big deal at the moment. What generally happens
: is that the coder adds comments and marks them FIXME.
:
: Test::Fixme allows you to add a test file that ensures that none of these
: get forgotten in the module.