How To Install perl-Text-VimColor on Fedora 36

In this tutorial we learn how to install perl-Text-VimColor in Fedora 36. perl-Text-VimColor is Syntax color text in HTML or XML using Vim

Introduction

In this tutorial we learn how to install perl-Text-VimColor on Fedora 36.

What is perl-Text-VimColor

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 text-vimcolor –format html –filetype prolog foo.pl > foo.html

We can use yum or dnf to install perl-Text-VimColor on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-VimColor.

Install perl-Text-VimColor on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Text-VimColor using dnf by running the following command:

sudo dnf -y install perl-Text-VimColor

Install perl-Text-VimColor on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Text-VimColor using yum by running the following command:

sudo yum -y install perl-Text-VimColor

How To Uninstall perl-Text-VimColor on Fedora 36

To uninstall only the perl-Text-VimColor package we can use the following command:

sudo dnf remove perl-Text-VimColor

perl-Text-VimColor Package Contents on Fedora 36

/usr/bin/text-vimcolor
/usr/share/doc/perl-Text-VimColor
/usr/share/doc/perl-Text-VimColor/Changes
/usr/share/doc/perl-Text-VimColor/README
/usr/share/licenses/perl-Text-VimColor
/usr/share/licenses/perl-Text-VimColor/LICENSE
/usr/share/man/man1/text-vimcolor.1.gz
/usr/share/man/man3/Text::VimColor.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/VimColor.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/dist
/usr/share/perl5/vendor_perl/auto/share/dist/Text-VimColor
/usr/share/perl5/vendor_perl/auto/share/dist/Text-VimColor/define_all.vim
/usr/share/perl5/vendor_perl/auto/share/dist/Text-VimColor/light.css
/usr/share/perl5/vendor_perl/auto/share/dist/Text-VimColor/light.xsl
/usr/share/perl5/vendor_perl/auto/share/dist/Text-VimColor/mark.vim

References

Summary

In this tutorial we learn how to install perl-Text-VimColor on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).