How to Install and Uninstall perl-Text-Clip.noarch Package on Fedora 38

Last updated: January 16,2025

1. Install "perl-Text-Clip.noarch" package

This is a short guide on how to install perl-Text-Clip.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Text-Clip.noarch

2. Uninstall "perl-Text-Clip.noarch" package

Please follow the step by step instructions below to uninstall perl-Text-Clip.noarch on Fedora 38:

$ sudo dnf remove perl-Text-Clip.noarch $ sudo dnf autoremove

3. Information about the perl-Text-Clip.noarch package on Fedora 38

Last metadata expiration check: 3:35:16 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Text-Clip
Version : 0.0014
Release : 27.fc38
Architecture : noarch
Size : 13 k
Source : perl-Text-Clip-0.0014-27.fc38.src.rpm
Repository : fedora
Summary : Clip and extract text in clipboard-like way
URL : https://metacpan.org/release/Text-Clip
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Text::Clip allows you to mark/slice up a piece of text. String matching (by
: regular expression, etc.) is used to place marks. The first mark lets you
: access the text preceding and following the mark. Subsequent marks allow
: you to slurp up the text "clipped" between the marks.