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

Last updated: October 13,2024

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

Please follow the steps below to install perl-goto-file.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall perl-goto-file.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:13:38 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-goto-file
Version : 0.005
Release : 8.fc36
Architecture : noarch
Size : 20 k
Source : perl-goto-file-0.005-8.fc36.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.