How to Install and Uninstall libreoffice-officebean Package on openSUSE Leap

Last updated: May 21,2024

1. Install "libreoffice-officebean" package

Please follow the guidance below to install libreoffice-officebean on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libreoffice-officebean

2. Uninstall "libreoffice-officebean" package

In this section, we are going to explain the necessary steps to uninstall libreoffice-officebean on openSUSE Leap:

$ sudo zypper remove libreoffice-officebean

3. Information about the libreoffice-officebean package on openSUSE Leap

Information for package libreoffice-officebean:
-----------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libreoffice-officebean
Version : 7.6.2.1-150400.17.20.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 73.2 KiB
Installed : No
Status : not installed
Source package : libreoffice-7.6.2.1-150400.17.20.1.src
Upstream URL : https://www.documentfoundation.org/
Summary : OfficeBean Java Bean component for LibreOffice
Description :
With the OfficeBean, a developer can easily write Java applications,
harnessing the power of LibreOffice. It encapsulates a connection to
a locally running LibreOffice process, and hides the complexity of
establishing and maintaining that connection from the developer.
It also allows embedding of LibreOffice documents within the Java
environment. It provides an interface the developer can use to obtain
Java AWT windows into which the backend LibreOffice process draws
its visual representation. These windows are then plugged into the UI
hierarchy of the hosting Java application. The embedded document is
controlled from the Java environment, since the OfficeBean allows
developers to access the complete LibreOffice API from their Java
environment giving them full control over the embedded document, its
appearance and behavior.