How To Install libxdo-devel on Fedora 36
Introduction
In this tutorial we learn how to install libxdo-devel
on Fedora 36.
What is libxdo-devel
The libxdo-devel package contains libraries and header files for developing applications that use libxdo
We can use yum
or dnf
to install libxdo-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libxdo-devel.
Install libxdo-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 libxdo-devel
using dnf
by running the following command:
sudo dnf -y install libxdo-devel
Install libxdo-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 libxdo-devel
using yum
by running the following command:
sudo yum -y install libxdo-devel
How To Uninstall libxdo-devel on Fedora 36
To uninstall only the libxdo-devel
package we can use the following command:
sudo dnf remove libxdo-devel
libxdo-devel Package Contents on Fedora 36
---
title: "How To Install libxdo-devel on Fedora 36"
linkTitle: "libxdo-devel"
type: "docs"
description: "In this tutorial we learn how to install libxdo-devel in Fedora 36. libxdo-devel is Development files for libxdo"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libxdo-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `libxdo-devel` on Fedora 36.
### What is `libxdo-devel`
> The libxdo-devel package contains libraries and header files for developing applications that use libxdo
We can use `yum` or `dnf` to install `libxdo-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libxdo-devel.
## Install libxdo-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 libxdo-devel
using dnf
by running the following command:
sudo dnf -y install libxdo-devel
Install libxdo-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 libxdo-devel
using yum
by running the following command:
sudo yum -y install libxdo-devel
How To Uninstall libxdo-devel on Fedora 36
To uninstall only the libxdo-devel
package we can use the following command:
sudo dnf remove libxdo-devel
libxdo-devel Package Contents on Fedora 36
/usr/include/xdo.h
/usr/lib64/libxdo.so
/usr/include/xdo.h
/usr/lib/libxdo.so
References
## Summary
## References
In this tutorial we learn how to install `libxdo-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
* [libxdo-devel website](http://www.semicomplete.com/projects/xdotool/)
## Summary
In this tutorial we learn how to install `libxdo-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).