title: “How To Install owncloud-client-devel on Fedora 36” linkTitle: “owncloud-client-devel” type: “docs” description: “In this tutorial we learn how to install owncloud-client-devel in Fedora 36. owncloud-client-devel is Development files for owncloud-client” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/owncloud-client-devel-featured.png

Introduction

In this tutorial we learn how to install owncloud-client-devel on Fedora 36.

What is owncloud-client-devel

Development headers for use of the owncloud-client library

title: “How To Install owncloud-client-devel on Fedora 36” We can use yum or dnf to install owncloud-client-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install owncloud-client-devel. linkTitle: “owncloud-client-devel”

type: “docs”

Install owncloud-client-devel on Fedora 36 Using dnf

description: “In this tutorial we learn how to install owncloud-client-devel in Fedora 36. owncloud-client-devel is Development files for owncloud-client” Update yum database with dnf using the following command. date: “2022-08-17”

lastmod: “2022-08-17”

#image: /images/fedora/36/owncloud-client-devel-featured.png
sudo dnf makecache --refresh
---

After updating yum database, We can install owncloud-client-devel using dnf by running the following command:

Introduction

In this tutorial we learn how to install `owncloud-client-devel` on Fedora 36.
sudo dnf -y install owncloud-client-devel

What is owncloud-client-devel

Install owncloud-client-devel on Fedora 36 Using yum

Development headers for use of the owncloud-client library

Update yum database with yum using the following command.

We can use yum or dnf to install owncloud-client-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install owncloud-client-devel.

sudo yum makecache --refresh
## Install owncloud-client-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install owncloud-client-devel using dnf by running the following command:

sudo dnf -y install owncloud-client-devel


After updating yum database, We can install `owncloud-client-devel` using `yum` by running the following command:

## Install owncloud-client-devel on Fedora 36 Using yum

```bash
Update yum database with `yum` using the following command.
sudo yum -y install owncloud-client-devel
## How To Uninstall owncloud-client-devel on Fedora 36
sudo yum makecache --refresh

To uninstall only the owncloud-client-devel package we can use the following command:

After updating yum database, We can install owncloud-client-devel using yum by running the following command:


sudo dnf remove owncloud-client-devel
```bash

sudo yum -y install owncloud-client-devel

## owncloud-client-devel Package Contents on Fedora 36
## How To Uninstall owncloud-client-devel on Fedora 36


```bash
To uninstall only the `owncloud-client-devel` package we can use the following command:

```bash
sudo dnf remove owncloud-client-devel

owncloud-client-devel Package Contents on Fedora 36

/usr/include/owncloudsync
/usr/include/owncloudsync/creds
/usr/include/owncloudsync/creds/abstractcredentials.h
/usr/include/owncloudsync/creds/httpcredentials.h
/usr/include/owncloudsync/mirall
/usr/include/owncloudsync/mirall/account.h
/usr/include/owncloudsync/mirall/configfile.h
/usr/include/owncloudsync/mirall/networkjobs.h
/usr/include/owncloudsync/mirall/progressdispatcher.h
/usr/include/owncloudsync/mirall/syncengine.h
/usr/include/owncloudsync/mirall/syncfileitem.h
/usr/include/owncloudsync/mirall/syncresult.h
/usr/lib64/libowncloud_csync.so
/usr/lib64/libowncloudsync.so

References

Summary

/usr/include/owncloudsync /usr/include/owncloudsync/creds /usr/include/owncloudsync/creds/abstractcredentials.h /usr/include/owncloudsync/creds/httpcredentials.h /usr/include/owncloudsync/mirall /usr/include/owncloudsync/mirall/account.h /usr/include/owncloudsync/mirall/configfile.h /usr/include/owncloudsync/mirall/networkjobs.h /usr/include/owncloudsync/mirall/progressdispatcher.h /usr/include/owncloudsync/mirall/syncengine.h /usr/include/owncloudsync/mirall/syncfileitem.h /usr/include/owncloudsync/mirall/syncresult.h /usr/lib/libowncloud_csync.so /usr/lib/libowncloudsync.so In this tutorial we learn how to install owncloud-client-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [owncloud-client-devel website](http://owncloud.org/sync-clients/)

## Summary

In this tutorial we learn how to install `owncloud-client-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).