How To Install libcmis on Fedora 36
Introduction
In this tutorial we learn how to install libcmis
on Fedora 36.
What is libcmis
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.
We can use yum
or dnf
to install libcmis
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcmis.
Install libcmis on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libcmis
using dnf
by running the following command:
sudo dnf -y install libcmis
Install libcmis on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libcmis
using yum
by running the following command:
sudo yum -y install libcmis
How To Uninstall libcmis on Fedora 36
To uninstall only the libcmis
package we can use the following command:
sudo dnf remove libcmis
libcmis Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/7ff1688ea777d522de382c952e676c9de03240
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/100bee589ac8ec8991949fce0711b8aca24f11
/usr/lib/libcmis-0.5.so.5
/usr/lib/libcmis-0.5.so.5.0.0
/usr/lib/libcmis-c-0.5.so.5
/usr/lib/libcmis-c-0.5.so.5.0.0
/usr/share/doc/libcmis
/usr/share/doc/libcmis/AUTHORS
/usr/share/doc/libcmis/NEWS
/usr/share/licenses/libcmis
/usr/share/licenses/libcmis/COPYING.GPL
/usr/share/licenses/libcmis/COPYING.LGPL
/usr/share/licenses/libcmis/COPYING.MPL
References
Summary
In this tutorial we learn how to install libcmis
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libcmis on Fedora 36” linkTitle: “libcmis” type: “docs” description: “In this tutorial we learn how to install libcmis in Fedora 36. libcmis is A C/C++ client library for CM interfaces” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcmis-featured.png
Introduction
In this tutorial we learn how to install libcmis
on Fedora 36.
What is libcmis
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.
We can use yum
or dnf
to install libcmis
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcmis.
Install libcmis on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libcmis
using dnf
by running the following command:
sudo dnf -y install libcmis
Install libcmis on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libcmis
using yum
by running the following command:
sudo yum -y install libcmis
How To Uninstall libcmis on Fedora 36
To uninstall only the libcmis
package we can use the following command:
sudo dnf remove libcmis
libcmis Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/106ce780d8e3d7709ab50714f31b834fad0884
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/1dfa48468c1df169a158ef843b67c72dc4a189
/usr/lib64/libcmis-0.5.so.5
/usr/lib64/libcmis-0.5.so.5.0.0
/usr/lib64/libcmis-c-0.5.so.5
/usr/lib64/libcmis-c-0.5.so.5.0.0
/usr/share/doc/libcmis
/usr/share/doc/libcmis/AUTHORS
/usr/share/doc/libcmis/NEWS
/usr/share/licenses/libcmis
/usr/share/licenses/libcmis/COPYING.GPL
/usr/share/licenses/libcmis/COPYING.LGPL
/usr/share/licenses/libcmis/COPYING.MPL
References
Summary
In this tutorial we learn how to install libcmis
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).