How to Install and Uninstall libcmis.src Package on Oracle Linux 9

Last updated: May 17,2024

1. Install "libcmis.src" package

Please follow the guidelines below to install libcmis.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libcmis.src

2. Uninstall "libcmis.src" package

This is a short guide on how to uninstall libcmis.src on Oracle Linux 9:

$ sudo dnf remove libcmis.src $ sudo dnf autoremove

3. Information about the libcmis.src package on Oracle Linux 9

Last metadata expiration check: 2:44:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libcmis
Version : 0.5.2
Release : 12.el9
Architecture : src
Size : 485 k
Source : None
Repository : ol9_appstream
Summary : A C/C++ client library for CM interfaces
URL : https://github.com/tdf/libcmis
License : GPLv2+ or LGPLv2+ or MPLv1.1
Description : LibCMIS is a C/C++ client library for working with CM (content management)
: interfaces. The primary supported interface (which gave the library its
: name) is CMIS, which allows applications to connect to any ECM behaving
: as a CMIS server (Alfresco or Nuxeo are examples of open source ones).
: Another supported interface is Google Drive.