How To Install libstaroffice on Rocky Linux 8
Introduction
In this tutorial we learn how to install libstaroffice on Rocky Linux 8.
What is libstaroffice
libstaroffice is a library for import of binary StarOffice documents.
We can use yum or dnf to install libstaroffice on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libstaroffice.
Install libstaroffice on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libstaroffice using dnf by running the following command:
sudo dnf -y install libstaroffice
Install libstaroffice on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libstaroffice using yum by running the following command:
sudo yum -y install libstaroffice
How To Uninstall libstaroffice on Rocky Linux 8
To uninstall only the libstaroffice package we can use the following command:
sudo dnf remove libstaroffice
libstaroffice Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/02beb2b7125bb9e25267705f0b055469990b2b
/usr/lib64/libstaroffice-0.0.so.0
/usr/lib64/libstaroffice-0.0.so.0.0.6
/usr/share/doc/libstaroffice
/usr/share/doc/libstaroffice/CREDITS
/usr/share/doc/libstaroffice/NEWS
/usr/share/doc/libstaroffice/README
/usr/share/licenses/libstaroffice
/usr/share/licenses/libstaroffice/COPYING.LGPL
/usr/share/licenses/libstaroffice/COPYING.MPL
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/d1ad827387557df1d511af08040ee164ec62c2
/usr/lib/libstaroffice-0.0.so.0
/usr/lib/libstaroffice-0.0.so.0.0.6
/usr/share/doc/libstaroffice
/usr/share/doc/libstaroffice/CREDITS
/usr/share/doc/libstaroffice/NEWS
/usr/share/doc/libstaroffice/README
/usr/share/licenses/libstaroffice
/usr/share/licenses/libstaroffice/COPYING.LGPL
/usr/share/licenses/libstaroffice/COPYING.MPL
References
Summary
In this tutorial we learn how to install libstaroffice on Rocky Linux 8 using yum and dnf.