How to Install and Uninstall perl-Syntax-Highlight-Perl6.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "perl-Syntax-Highlight-Perl6.noarch" package

This guide let you learn how to install perl-Syntax-Highlight-Perl6.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Syntax-Highlight-Perl6.noarch

2. Uninstall "perl-Syntax-Highlight-Perl6.noarch" package

Please follow the instructions below to uninstall perl-Syntax-Highlight-Perl6.noarch on Fedora 34:

$ sudo dnf remove perl-Syntax-Highlight-Perl6.noarch $ sudo dnf autoremove

3. Information about the perl-Syntax-Highlight-Perl6.noarch package on Fedora 34

Last metadata expiration check: 1:53:04 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Syntax-Highlight-Perl6
Version : 0.88
Release : 29.fc34
Architecture : noarch
Size : 61 k
Source : perl-Syntax-Highlight-Perl6-0.88-29.fc34.src.rpm
Repository : fedora
Summary : Perl 6 Syntax Highlighter
URL : https://metacpan.org/release/Syntax-Highlight-Perl6
License : (GPL+ or Artistic) and Artistic 2.0 and (MIT or GPLv2)
Description : Syntax::Highlight::Perl6 parses Perl 6 source code using an embedded
: STD.pm. It matches parse tree nodes to colors then returns them in
: different output formats. It can be used to create web pages with colorful
: source code samples in its simple and snippet HTML modes, or it can be used
: as a learning tool in examining STD.pm's output using the JavaScript node
: viewer in its full HTML mode. Or you can use its parse tree Perl 5 records
: to build your next great idea.