How to Install and Uninstall libmsoffice-word-html-writer-perl Package on Kali Linux

Last updated: May 01,2024

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

Please follow the guidance below to install libmsoffice-word-html-writer-perl on Kali Linux

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

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

Learn how to uninstall libmsoffice-word-html-writer-perl on Kali Linux:

$ 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 Kali Linux

Package: libmsoffice-word-html-writer-perl
Version: 1.10-1
Installed-Size: 62
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libencode-perl, libmime-types-perl, libparams-validate-perl, libscalar-list-utils-perl
Size: 26028
SHA256: c4d7d17142c8c9f3b22b68cc8f3f6e9ab49df81136d425d96ebdb9f6a079ec6c
SHA1: 1f2c1c230e180fd88bc1479163d967035ea04d72
MD5sum: cb63e299a48bce616d92081998579296
Description: 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:
Homepage: https://metacpan.org/release/MsOffice-Word-HTML-Writer
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libm/libmsoffice-word-html-writer-perl/libmsoffice-word-html-writer-perl_1.10-1_all.deb