How To Install dolphin-devel on Fedora 36

In this tutorial we learn how to install dolphin-devel in Fedora 36. dolphin-devel is Developer files for dolphin

Introduction

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

What is dolphin-devel

Developer files for dolphin.

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

Install dolphin-devel 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 dolphin-devel using dnf by running the following command:

sudo dnf -y install dolphin-devel

Install dolphin-devel 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 dolphin-devel using yum by running the following command:

sudo yum -y install dolphin-devel

How To Uninstall dolphin-devel on Fedora 36

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

sudo dnf remove dolphin-devel

dolphin-devel Package Contents on Fedora 36

---
title: "How To Install dolphin-devel on Fedora 36"
linkTitle: "dolphin-devel"
type: "docs"
description: "In this tutorial we learn how to install dolphin-devel in Fedora 36. dolphin-devel is Developer files for dolphin"
date: "2022-08-17"
lastmod: "2022-08-17"
/usr/include/Dolphin
/usr/include/Dolphin/KVersionControlPlugin
/usr/include/Dolphin/dolphinvcs_version.h
/usr/include/Dolphin/kversioncontrolplugin.h
/usr/include/dolphin_export.h
/usr/include/dolphinvcs_export.h
/usr/lib64/cmake/DolphinVcs
/usr/lib64/cmake/DolphinVcs/DolphinVcsConfig.cmake
/usr/lib64/cmake/DolphinVcs/DolphinVcsConfigVersion.cmake
/usr/lib64/cmake/DolphinVcs/DolphinVcsTargets-release.cmake
/usr/lib64/cmake/DolphinVcs/DolphinVcsTargets.cmake
/usr/lib64/libdolphinvcs.so
/usr/share/dbus-1/interfaces/org.freedesktop.FileManager1.xml
#image: /images/fedora/36/dolphin-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `dolphin-devel` on Fedora 36.

### What is `dolphin-devel`

> Developer files for dolphin.  

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

Install dolphin-devel on Fedora 36 Using dnf

References

Update yum database with dnf using the following command.

## Summary

sudo dnf makecache --refresh

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

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

sudo dnf -y install dolphin-devel

Install dolphin-devel 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 dolphin-devel using yum by running the following command:

sudo yum -y install dolphin-devel

How To Uninstall dolphin-devel on Fedora 36

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

sudo dnf remove dolphin-devel

dolphin-devel Package Contents on Fedora 36

/usr/include/Dolphin
/usr/include/Dolphin/KVersionControlPlugin
/usr/include/Dolphin/dolphinvcs_version.h
/usr/include/Dolphin/kversioncontrolplugin.h
/usr/include/dolphin_export.h
/usr/include/dolphinvcs_export.h
/usr/lib/cmake/DolphinVcs
/usr/lib/cmake/DolphinVcs/DolphinVcsConfig.cmake
/usr/lib/cmake/DolphinVcs/DolphinVcsConfigVersion.cmake
/usr/lib/cmake/DolphinVcs/DolphinVcsTargets-release.cmake
/usr/lib/cmake/DolphinVcs/DolphinVcsTargets.cmake
/usr/lib/libdolphinvcs.so
/usr/share/dbus-1/interfaces/org.freedesktop.FileManager1.xml

References

Summary

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