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

Last updated: July 03,2024

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

Please follow the instructions below to install perl-Text-VimColor.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 3:44:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Text-VimColor
Version : 0.29
Release : 11.fc36
Architecture : noarch
Size : 47 k
Source : perl-Text-VimColor-0.29-11.fc36.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