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

Last updated: October 10,2024

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

Please follow the instructions below to install perl-SVN-Look.noarch on Fedora 36

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

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

Please follow the steps below to uninstall perl-SVN-Look.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:09:31 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-SVN-Look
Version : 0.43
Release : 1.fc36
Architecture : noarch
Size : 25 k
Source : perl-SVN-Look-0.43-1.fc36.src.rpm
Repository : updates
Summary : Caching wrapper around the svnlook command
URL : https://metacpan.org/release/SVN-Look
License : GPL+ or Artistic
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.