How To Install ooo2txt on Fedora 36
In this tutorial we learn how to install ooo2txt in Fedora 36. ooo2txt is Convert OpenOffice documents to simple text
Introduction
In this tutorial we learn how to install ooo2txt
on Fedora 36.
What is ooo2txt
ooo2txt converts OpenOffice documents to simple text.
We can use yum
or dnf
to install ooo2txt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ooo2txt.
Install ooo2txt 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 ooo2txt
using dnf
by running the following command:
sudo dnf -y install ooo2txt
Install ooo2txt 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 ooo2txt
using yum
by running the following command:
sudo yum -y install ooo2txt
How To Uninstall ooo2txt on Fedora 36
To uninstall only the ooo2txt
package we can use the following command:
sudo dnf remove ooo2txt
ooo2txt Package Contents on Fedora 36
/usr/bin/ooo2txt
/usr/share/doc/ooo2txt
/usr/share/doc/ooo2txt/LGPL.txt
/usr/share/doc/ooo2txt/readme.txt
/usr/share/doc/ooo2txt/update.txt
/usr/share/man/man1/ooo2txt.1.gz
References
Summary
In this tutorial we learn how to install ooo2txt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).