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

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install perl-Text-VimColor.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall perl-Text-VimColor.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:56:48 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Text-VimColor
Version : 0.29
Release : 10.fc35
Architecture : noarch
Size : 47 k
Source : perl-Text-VimColor-0.29-10.fc35.src.rpm
Repository : fedora
Summary : Syntax color text in HTML or XML using Vim
URL : https://metacpan.org/release/Text-VimColor
License : GPL+ or Artistic
Description : This module tries to markup text files according to their syntax. It can be
: used to produce web pages with pretty-printed colorful source code samples.
: It can produce output in various formats. text-vimcolor is a command line
: interface to the Perl module Text::VimColor:
: text-vimcolor --format html --filetype prolog foo.pl > foo.html