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

Last updated: June 18,2024

1. Install "libcmis.src" package

In this section, we are going to explain the necessary steps to install libcmis.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libcmis.src

2. Uninstall "libcmis.src" package

In this section, we are going to explain the necessary steps to uninstall libcmis.src on Oracle Linux 8:

$ sudo dnf remove libcmis.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:24:52 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libcmis
Version : 0.5.2
Release : 1.el8
Architecture : src
Size : 489 k
Source : None
Repository : ol8_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.