How To Install libddcutil on Fedora 36
Introduction
In this tutorial we learn how to install libddcutil
on Fedora 36.
What is libddcutil
Shared library version of ddcutil, exposing a C API.
We can use yum
or dnf
to install libddcutil
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libddcutil.
Install libddcutil 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 libddcutil
using dnf
by running the following command:
sudo dnf -y install libddcutil
Install libddcutil 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 libddcutil
using yum
by running the following command:
sudo yum -y install libddcutil
How To Uninstall libddcutil on Fedora 36
To uninstall only the libddcutil
package we can use the following command:
sudo dnf remove libddcutil
libddcutil Package Contents on Fedora 36
---
title: "How To Install libddcutil on Fedora 36"
linkTitle: "libddcutil"
type: "docs"
description: "In this tutorial we learn how to install libddcutil in Fedora 36. libddcutil is Shared library to query and update monitor settings"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libddcutil-featured.png
---
## Introduction
In this tutorial we learn how to install `libddcutil` on Fedora 36.
### What is `libddcutil`
> Shared library version of ddcutil, exposing a C API.
We can use `yum` or `dnf` to install `libddcutil` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libddcutil.
## Install libddcutil 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 libddcutil
using dnf
by running the following command:
sudo dnf -y install libddcutil
Install libddcutil 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 libddcutil
using yum
by running the following command:
sudo yum -y install libddcutil
How To Uninstall libddcutil on Fedora 36
To uninstall only the libddcutil
package we can use the following command:
sudo dnf remove libddcutil
libddcutil Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/725e8c5cd9534ec9f7d322a88bba919bd72178
/usr/lib64/libddcutil.so.3
/usr/lib64/libddcutil.so.3.0.0
/usr/share/doc/libddcutil
/usr/share/doc/libddcutil/AUTHORS
/usr/share/doc/libddcutil/ChangeLog
/usr/share/doc/libddcutil/NEWS.md
/usr/share/doc/libddcutil/README.md
/usr/share/licenses/libddcutil
/usr/share/licenses/libddcutil/COPYING
References
Summary
In this tutorial we learn how to install libddcutil
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/19 /usr/lib/.build-id/19/46d026439ced57dff9c78306f40f2945646f2d /usr/lib/libddcutil.so.3 /usr/lib/libddcutil.so.3.0.0 /usr/share/doc/libddcutil /usr/share/doc/libddcutil/AUTHORS /usr/share/doc/libddcutil/ChangeLog /usr/share/doc/libddcutil/NEWS.md /usr/share/doc/libddcutil/README.md /usr/share/licenses/libddcutil /usr/share/licenses/libddcutil/COPYING
## References
* [libddcutil website](http://www.ddcutil.com)
## Summary
In this tutorial we learn how to install `libddcutil` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).