How to Install and Uninstall libmsoffice-word-html-writer-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 01,2024

1. Install "libmsoffice-word-html-writer-perl" package

Please follow the step by step instructions below to install libmsoffice-word-html-writer-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libmsoffice-word-html-writer-perl

2. Uninstall "libmsoffice-word-html-writer-perl" package

This is a short guide on how to uninstall libmsoffice-word-html-writer-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libmsoffice-word-html-writer-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmsoffice-word-html-writer-perl package on Ubuntu 21.10 (Impish Indri)

Package: libmsoffice-word-html-writer-perl
Architecture: all
Version: 1.05-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: 59
Depends: perl:any, libencode-perl, libmime-types-perl, libparams-validate-perl, libscalar-list-utils-perl
Filename: pool/universe/libm/libmsoffice-word-html-writer-perl/libmsoffice-word-html-writer-perl_1.05-1_all.deb
Size: 23984
MD5sum: 4758914e8764a707e70cee78d99af55a
SHA1: c21997e4c3a02eda34f0c0e45d1f5be6c3f853c0
SHA256: 5ce85c6b9b7a98c296c70a2bb462d9b5e57bd1a31d4c4b73d9658aef3039cdde
SHA512: 0ef4cabb45e3843581747b8fc2f40f9f767be2bca67962f2bf5b2a6acea8ab57e19578ffa0db10df5e012b5e3ed2996c1d6b7b40f115192fc4686066581bb90f
Homepage: https://metacpan.org/release/MsOffice-Word-HTML-Writer
Description-en: module for writing MsWord documents in HTML format
MsOffice::Word::HTML-Writer is one way to programmatically generate documents
targeted for Microsoft Word (MsWord).
.
MsWord can read documents encoded in native binary format, in Rich Text
Format (RTF), in WordML (an XML dialect), or -- maybe this is less known --
in HTML, with some special markup for pagination and other MsWord-specific
features. Such HTML documents are often in several parts, because attachments
like images or headers/footers need to be in separate files; however, since
it is more convenient to carry all data in a single file, MsWord also
supports the "MHTML" format (or "MHT" for short), i.e. an encapsulation of a
whole HTML tree into a single file encoded in MIME multipart format. This
format can be generated interactively from MsWord by calling the "SaveAs"
menu and choosing the .mht extension.
.
MsOffice::Word::HTML::Writer helps you to programmatically generate MsWord
documents in MHT format. The advantage of this technique is that one can rely
on standard HTML mechanisms for layout control, such as styles, tables, divs,
etc -- of course this markup can be produced using your favorite HTML module.
The added value of MsOffice::Word::HTML::Writer is to help building the MIME
multipart file, and provide some abstractions for representing
MsWord-specific features (headers, footers, fields, etc.). This is probably
the most convenient way for programmatic document generation.
Description-md5: 6b90a146a1755ac7bba47ad8deca1716