How to Install and Uninstall perl-HTML-FormatText-WithLinks-AndTables.noarch Package on Fedora 38

Last updated: November 27,2024

1. Install "perl-HTML-FormatText-WithLinks-AndTables.noarch" package

This guide covers the steps necessary to install perl-HTML-FormatText-WithLinks-AndTables.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-HTML-FormatText-WithLinks-AndTables.noarch

2. Uninstall "perl-HTML-FormatText-WithLinks-AndTables.noarch" package

Please follow the guidance below to uninstall perl-HTML-FormatText-WithLinks-AndTables.noarch on Fedora 38:

$ sudo dnf remove perl-HTML-FormatText-WithLinks-AndTables.noarch $ sudo dnf autoremove

3. Information about the perl-HTML-FormatText-WithLinks-AndTables.noarch package on Fedora 38

Last metadata expiration check: 0:30:45 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-HTML-FormatText-WithLinks-AndTables
Version : 0.07
Release : 21.fc38
Architecture : noarch
Size : 21 k
Source : perl-HTML-FormatText-WithLinks-AndTables-0.07-21.fc38.src.rpm
Repository : fedora
Summary : Converts HTML to Text with tables in tact
URL : https://metacpan.org/release/HTML-FormatText-WithLinks-AndTables
License : Artistic 2.0
Description : This module was inspired by HTML::FormatText::WithLinks which has proven to
: be a useful "lynx -dump" work-alike. However one frustration was that no
: other HTML converters I came across had the ability to deal effectively
: with HTML s. This module can in a rudimentary sense do so. The aim
: was to provide facility to take a simple HTML based email template, and to
: also convert it to text with the
structure intact for inclusion as
: "multi-part/alternative" content. Further, it will preserve both the
: formatting specified by the
tag's "align" attribute, and will also
: preserve multi-line text inside of a
element provided it is broken
: using
tags.