How to Install and Uninstall perl-SVN-Look.noarch Package on Fedora 39

Last updated: October 15,2024

1. Install "perl-SVN-Look.noarch" package

Here is a brief guide to show you how to install perl-SVN-Look.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-SVN-Look.noarch

2. Uninstall "perl-SVN-Look.noarch" package

Learn how to uninstall perl-SVN-Look.noarch on Fedora 39:

$ sudo dnf remove perl-SVN-Look.noarch $ sudo dnf autoremove

3. Information about the perl-SVN-Look.noarch package on Fedora 39

Last metadata expiration check: 2:45:25 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-SVN-Look
Version : 0.43
Release : 5.fc39
Architecture : noarch
Size : 25 k
Source : perl-SVN-Look-0.43-5.fc39.src.rpm
Repository : fedora
Summary : Caching wrapper around the svnlook command
URL : https://metacpan.org/release/SVN-Look
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : The svnlook command is the workhorse of Subversion hook scripts, being used
: to gather all sorts of information about a repository, its revisions, and
: its transactions. This module provides a simple object oriented interface
: to a specific svnlook invocation, to make it easier to hook writers to get
: and use the information they need. Moreover, all the information gathered
: by calling the svnlook command is cached in the object, avoiding
: repetitious calls.