How to Install and Uninstall libtext-mediawikiformat-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libtext-mediawikiformat-perl" package

In this section, we are going to explain the necessary steps to install libtext-mediawikiformat-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtext-mediawikiformat-perl" package

Please follow the step by step instructions below to uninstall libtext-mediawikiformat-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtext-mediawikiformat-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtext-mediawikiformat-perl
Priority: optional
Section: universe/perl
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.04-2
Depends: libcgi-pm-perl, libhtml-parser-perl, libhtml-tagset-perl, liburi-perl, perl
Filename: pool/universe/libt/libtext-mediawikiformat-perl/libtext-mediawikiformat-perl_1.04-2_all.deb
Size: 30844
MD5sum: 4005cb05736e24cb34b586cc17fce548
SHA1: 1284edd6b65b85d8f1a4bc5353cfc139e2cb7c5f
SHA256: 2b041074029130220fb190684a7cb0348ead6d89ec4d49df89b571649ac97896
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
Homepage: https://metacpan.org/release/Text-MediawikiFormat
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu