How To Install libmwaw-tools on Fedora 36
Introduction
In this tutorial we learn how to install libmwaw-tools on Fedora 36.
What is libmwaw-tools
Tools to transform the supported document formats into other formats. Supported output formats are CSV, HTML, SVG, plain text and raw.
We can use yum or dnf to install libmwaw-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmwaw-tools.
Install libmwaw-tools on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libmwaw-tools using dnf by running the following command:
sudo dnf -y install libmwaw-tools
Install libmwaw-tools on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libmwaw-tools using yum by running the following command:
sudo yum -y install libmwaw-tools
How To Uninstall libmwaw-tools on Fedora 36
To uninstall only the libmwaw-tools package we can use the following command:
sudo dnf remove libmwaw-tools
libmwaw-tools Package Contents on Fedora 36
/usr/bin/mwaw2csv
/usr/bin/mwaw2html
/usr/bin/mwaw2raw
/usr/bin/mwaw2svg
/usr/bin/mwaw2text
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/d6f9cdbbe282854c6a26e065952c8e26afbaee
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/d6f73cf7763b6e0bb81c1b1409e4060877914c
/usr/lib/.build-id/75
/usr/lib/.build-id/75/5c4e40d01f1b1ffd673b1958b09d4be3ab1a7d
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/cbaa1d960aa5ea17f6da51b8a08b204c596d23
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/0dbca481a89e3ef560b78ade2e93a32e0849aa
/usr/share/man/man1/mwaw2csv.1.gz
/usr/share/man/man1/mwaw2html.1.gz
/usr/share/man/man1/mwaw2raw.1.gz
/usr/share/man/man1/mwaw2svg.1.gz
/usr/share/man/man1/mwaw2text.1.gz
References
Summary
In this tutorial we learn how to install libmwaw-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).