How To Install liborcus on Rocky Linux 8
Introduction
In this tutorial we learn how to install liborcus on Rocky Linux 8.
What is liborcus
liborcus is a standalone file import filter library for spreadsheet documents. Currently under development are ODS, XLSX and CSV import filters.
We can use yum or dnf to install liborcus on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install liborcus.
Install liborcus 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 liborcus using dnf by running the following command:
sudo dnf -y install liborcus
Install liborcus 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 liborcus using yum by running the following command:
sudo yum -y install liborcus
How To Uninstall liborcus on Rocky Linux 8
To uninstall only the liborcus package we can use the following command:
sudo dnf remove liborcus
liborcus Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/e44bc7443b1cc26ca182deaa1f14e4f16729de
/usr/lib/.build-id/60
/usr/lib/.build-id/60/f850fa8446bdae24d11cf7d0ce3d82f23ccf99
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/8726cbc0840d2572086f1e28ade59e27912079
/usr/lib64/liborcus-0.15.so.0
/usr/lib64/liborcus-0.15.so.0.0.0
/usr/lib64/liborcus-mso-0.15.so.0
/usr/lib64/liborcus-mso-0.15.so.0.0.0
/usr/lib64/liborcus-parser-0.15.so.0
/usr/lib64/liborcus-parser-0.15.so.0.0.0
/usr/share/doc/liborcus
/usr/share/doc/liborcus/AUTHORS
/usr/share/doc/liborcus/CHANGELOG
/usr/share/licenses/liborcus
/usr/share/licenses/liborcus/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/a7cd152f6c49a176fd71dc03d97299b3b5996b
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/fe23947845ddc34ffd9602cb434a1e1989f40f
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/221799639e20fdd3b0a4330f0c025b9ec1bc03
/usr/lib/liborcus-0.15.so.0
/usr/lib/liborcus-0.15.so.0.0.0
/usr/lib/liborcus-mso-0.15.so.0
/usr/lib/liborcus-mso-0.15.so.0.0.0
/usr/lib/liborcus-parser-0.15.so.0
/usr/lib/liborcus-parser-0.15.so.0.0.0
/usr/share/doc/liborcus
/usr/share/doc/liborcus/AUTHORS
/usr/share/doc/liborcus/CHANGELOG
/usr/share/licenses/liborcus
/usr/share/licenses/liborcus/LICENSE
References
Summary
In this tutorial we learn how to install liborcus on Rocky Linux 8 using yum and dnf.