How to Install and Uninstall libtext-mediawikiformat-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libtext-mediawikiformat-perl" package

This guide let you learn how to install libtext-mediawikiformat-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libtext-mediawikiformat-perl

2. Uninstall "libtext-mediawikiformat-perl" package

Learn how to uninstall libtext-mediawikiformat-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libtext-mediawikiformat-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtext-mediawikiformat-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtext-mediawikiformat-perl
Architecture: all
Version: 1.04-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 72
Depends: libcgi-pm-perl, libhtml-parser-perl, libhtml-tagset-perl, liburi-perl, perl:any
Filename: pool/universe/libt/libtext-mediawikiformat-perl/libtext-mediawikiformat-perl_1.04-2.1_all.deb
Size: 28876
MD5sum: 83876d7bdda046bfb08fa6a31ea47e71
SHA1: 0aea5ace8ebecd0286f4bb895e8824a769ea4862
SHA256: cb20d840a15a826ff2fd7520e1f2dbc51f0eca238c8d0234bc248ec288b62cb1
SHA512: e0ec273b247ff9df59ec818c13afa40419a24b85aa3a68783143f7f16b644416d82146814af87529229ae629417268b736f8f654bd114af96e319b66dbda32e3
Homepage: https://metacpan.org/release/Text-MediawikiFormat
Description-en: module that converts Mediawiki markup into other text formats
Wikipedia and its sister projects use the PHP Mediawiki to format
their pages. Text::MediawikiFormat attempts to duplicate the Mediawiki
formatting rules. Those formatting rules can be simple and easy to use, while
providing more advanced options for the power user. They are also easy to
translate into other, more complicated markup languages with this module. It
creates HTML by default, but could produce valid POD, DocBook, XML, or any
other format imaginable.
.
The most important function is Text::MediawikiFormat::format(). It is not
exported by default, but will be exported as wikiformat() if any options at
all are passed to the exporter, unless the name is overridden explicitly. See
"EXPORT" for more information.
.
It should be noted that this module is written as a drop in replacement for
Text::WikiMarkup that expands on that modules functionality and provides a
default rule set that may be used to format text like the PHP Mediawiki. It
is also well to note early that if you just want a Mediawiki clone (you don't
need to customize it heavily and you want integration with a back end
database), you should look at Wiki::Toolkit::Formatter::Mediawiki.
Description-md5: 4b766e23f74fab4be3dc699561def211