How To Install libreoffice-impress on Rocky Linux 8
Introduction
In this tutorial we learn how to install libreoffice-impress
on Rocky Linux 8.
What is libreoffice-impress
The LibreOffice Presentation Application.
We can use yum
or dnf
to install libreoffice-impress
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libreoffice-impress.
Install libreoffice-impress 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 libreoffice-impress
using dnf
by running the following command:
sudo dnf -y install libreoffice-impress
Install libreoffice-impress 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 libreoffice-impress
using yum
by running the following command:
sudo yum -y install libreoffice-impress
How To Uninstall libreoffice-impress on Rocky Linux 8
To uninstall only the libreoffice-impress
package we can use the following command:
sudo dnf remove libreoffice-impress
libreoffice-impress Package Contents on Rocky Linux 8
/usr/bin/ooimpress
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/9be12c35d28ca75bb5c51674a6c0672d54e446
/usr/lib/.build-id/81/ea4144bce529210d6521f0eafd21de326118cb
/usr/lib/.build-id/a8/95737319cdb4d2ced7e4d6aa612f71a8638c35
/usr/lib64/libreoffice/program/libPresentationMinimizerlo.so
/usr/lib64/libreoffice/program/libPresenterScreenlo.so
/usr/lib64/libreoffice/program/libwpftimpresslo.so
/usr/lib64/libreoffice/program/pagein-impress
/usr/lib64/libreoffice/program/simpress
/usr/lib64/libreoffice/share/config/soffice.cfg/simpress
/usr/lib64/libreoffice/share/config/soffice.cfg/simpress/effects.xml
/usr/lib64/libreoffice/share/config/soffice.cfg/simpress/layoutlist.xml
/usr/lib64/libreoffice/share/config/soffice.cfg/simpress/objectlist.xml
/usr/lib64/libreoffice/share/config/soffice.cfg/simpress/transitions.xml
/usr/lib64/libreoffice/share/registry/impress.xcd
/usr/share/applications/libreoffice-impress.desktop
/usr/share/man/man1/ooimpress.1.gz
/usr/share/metainfo/libreoffice-impress.appdata.xml
References
Summary
In this tutorial we learn how to install libreoffice-impress
on Rocky Linux 8 using yum and dnf.