How to Install and Uninstall perl-goto-file.noarch Package on Fedora 34

Last updated: November 26,2024

1. Install "perl-goto-file.noarch" package

This guide covers the steps necessary to install perl-goto-file.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-goto-file.noarch

2. Uninstall "perl-goto-file.noarch" package

Please follow the steps below to uninstall perl-goto-file.noarch on Fedora 34:

$ sudo dnf remove perl-goto-file.noarch $ sudo dnf autoremove

3. Information about the perl-goto-file.noarch package on Fedora 34

Last metadata expiration check: 0:18:14 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-goto-file
Version : 0.005
Release : 5.fc34
Architecture : noarch
Size : 20 k
Source : perl-goto-file-0.005-5.fc34.src.rpm
Repository : fedora
Summary : Stop parsing the current file and move on to a different one
URL : https://metacpan.org/release/goto-file
License : GPL+ or Artistic
Description : It is rare, but there are times where you want to swap out the currently
: compiling file for a different one. This Perl module does that. From the point
: you use the module perl will be parsing the new file instead of the original.