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

Last updated: November 26,2024

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

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

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

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

This is a short guide on how to uninstall perl-Text-VimColor.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:36:12 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Text-VimColor
Version : 0.29
Release : 15.fc39
Architecture : noarch
Size : 47 k
Source : perl-Text-VimColor-0.29-15.fc39.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