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

Last updated: January 11,2025

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

This guide let you learn how to install perl-goto-file.noarch on Fedora 38

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

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

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

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

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

Last metadata expiration check: 0:18:04 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-goto-file
Version : 0.005
Release : 11.fc38
Architecture : noarch
Size : 20 k
Source : perl-goto-file-0.005-11.fc38.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.