How To Install antiword on Fedora 36
Introduction
In this tutorial we learn how to install antiword on Fedora 36.
What is antiword
Antiword is a free MS-Word reader for Linux, BeOS and RISC OS. It converts the documents from Word 6, 7, 97 and 2000 to ASCII and Postscript. Antiword tries to keep the layout of the document intact.
We can use yum or dnf to install antiword on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install antiword.
Install antiword 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 antiword using dnf by running the following command:
sudo dnf -y install antiword
Install antiword 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 antiword using yum by running the following command:
sudo yum -y install antiword
How To Uninstall antiword on Fedora 36
To uninstall only the antiword package we can use the following command:
sudo dnf remove antiword
antiword Package Contents on Fedora 36
/usr/bin/antiword
/usr/bin/antiword.bin
/usr/lib/.build-id
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/cb6bd604fdc25ded337630b53f6ddaa3b2f0a7
/usr/share/antiword
/usr/share/antiword/8859-1.txt
/usr/share/antiword/8859-10.txt
/usr/share/antiword/8859-11.txt
/usr/share/antiword/8859-13.txt
/usr/share/antiword/8859-14.txt
/usr/share/antiword/8859-15.txt
/usr/share/antiword/8859-16.txt
/usr/share/antiword/8859-2.txt
/usr/share/antiword/8859-3.txt
/usr/share/antiword/8859-4.txt
/usr/share/antiword/8859-5.txt
/usr/share/antiword/8859-6.txt
/usr/share/antiword/8859-7.txt
/usr/share/antiword/8859-8.txt
/usr/share/antiword/8859-9.txt
/usr/share/antiword/Default
/usr/share/antiword/Example
/usr/share/antiword/MacCyrillic.txt
/usr/share/antiword/MacRoman.txt
/usr/share/antiword/UTF-8.txt
/usr/share/antiword/Unicode01
/usr/share/antiword/Unicode15
/usr/share/antiword/cp1250.txt
/usr/share/antiword/cp1251.txt
/usr/share/antiword/cp1252.txt
/usr/share/antiword/cp437.txt
/usr/share/antiword/cp850.txt
/usr/share/antiword/cp852.txt
/usr/share/antiword/cp862.txt
/usr/share/antiword/cp864.txt
/usr/share/antiword/cp866.txt
/usr/share/antiword/fontnames
/usr/share/antiword/fontnames.russian
/usr/share/antiword/koi8-r.txt
/usr/share/antiword/koi8-u.txt
/usr/share/antiword/roman.txt
/usr/share/doc/antiword
/usr/share/doc/antiword/ChangeLog
/usr/share/doc/antiword/Emacs
/usr/share/doc/antiword/Exmh
/usr/share/doc/antiword/FAQ
/usr/share/doc/antiword/History
/usr/share/doc/antiword/Mozilla
/usr/share/doc/antiword/Mutt
/usr/share/doc/antiword/Netscape
/usr/share/doc/antiword/QandA
/usr/share/doc/antiword/ReadMe
/usr/share/doc/antiword/antiword.php
/usr/share/doc/antiword/kantiword
/usr/share/licenses/antiword
/usr/share/licenses/antiword/COPYING
/usr/share/man/man1/antiword.1.gz
References
Summary
In this tutorial we learn how to install antiword on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).