How To Install o3read on Fedora 36
Introduction
In this tutorial we learn how to install o3read on Fedora 36.
What is o3read
o3read is a standalone converter for the OpenOffice.org writer and calc documents to text, html, and a dump of the parse tree. It doesn’t depend on Open Office or any other external tools or libraries.
We can use yum or dnf to install o3read on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install o3read.
Install o3read 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 o3read using dnf by running the following command:
sudo dnf -y install o3read
Install o3read 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 o3read using yum by running the following command:
sudo yum -y install o3read
How To Uninstall o3read on Fedora 36
To uninstall only the o3read package we can use the following command:
sudo dnf remove o3read
o3read Package Contents on Fedora 36
/usr/bin/o3read
/usr/bin/o3tohtml
/usr/bin/o3totxt
/usr/bin/utf8tolatin1
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/e6f3e084e5148732d6e36297a70e421b39f3ac
/usr/lib/.build-id/08
/usr/lib/.build-id/08/a0f3ae900f447dd5c9b815ec443b6fd53dd198
/usr/lib/.build-id/78
/usr/lib/.build-id/78/ce31715e72a0f8a466c00a90feb921b15f67d1
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/9bad352b0d7edb2b5389f7f432809e5b3860ca
/usr/share/doc/o3read
/usr/share/doc/o3read/COPYING
/usr/share/doc/o3read/ChangeLog
/usr/share/doc/o3read/README
/usr/share/doc/o3read/TODO
/usr/share/man/man1/o3read.1.gz
/usr/share/man/man1/o3tohtml.1.gz
/usr/share/man/man1/o3totxt.1.gz
/usr/share/man/man1/utf8tolatin1.1.gz
References
Summary
In this tutorial we learn how to install o3read on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).