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

Last updated: November 26,2024

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

Here is a brief guide to show you how to install perl-Text-Clip.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-Text-Clip.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:23:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Text-Clip
Version : 0.0014
Release : 22.fc35
Architecture : noarch
Size : 13 k
Source : perl-Text-Clip-0.0014-22.fc35.src.rpm
Repository : fedora
Summary : Clip and extract text in clipboard-like way
URL : https://metacpan.org/release/Text-Clip
License : GPL+ or Artistic
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.