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

Last updated: November 27,2024

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

Please follow the instructions below to install perl-goto-file.noarch on Fedora 39

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

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

Please follow the guidelines below to uninstall perl-goto-file.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:26:17 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-goto-file
Version : 0.005
Release : 12.fc39
Architecture : noarch
Size : 19 k
Source : perl-goto-file-0.005-12.fc39.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.