How To Install weston-devel on Fedora 36

In this tutorial we learn how to install weston-devel in Fedora 36. weston-devel is Common headers for weston

Introduction

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

What is weston-devel

Common headers for weston

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

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

sudo dnf -y install weston-devel

Install weston-devel on Fedora 36 Using yum


Update yum database with yum using the following command. title: “How To Install weston-devel on Fedora 36”

linkTitle: "weston-devel"
sudo yum makecache --refresh
type: "docs"

description: “In this tutorial we learn how to install weston-devel in Fedora 36. weston-devel is Common headers for weston” date: “2022-08-17” After updating yum database, We can install weston-devel using yum by running the following command: lastmod: “2022-08-17”

#image: /images/fedora/36/weston-devel-featured.png

---

sudo yum -y install weston-devel
## Introduction

How To Uninstall weston-devel on Fedora 36

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

What is weston-devel

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

Common headers for weston


sudo dnf remove weston-devel

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

weston-devel Package Contents on Fedora 36

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

sudo dnf -y install weston-devel

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

sudo yum -y install weston-devel

How To Uninstall weston-devel on Fedora 36

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

sudo dnf remove weston-devel

weston-devel Package Contents on Fedora 36

/usr/include/libweston-8
/usr/include/libweston-8/libweston
/usr/include/libweston-8/libweston-desktop
/usr/include/libweston-8/libweston-desktop/libweston-desktop.h
/usr/include/libweston-8/libweston/backend-drm.h
/usr/include/libweston-8/libweston/backend-fbdev.h
/usr/include/libweston-8/libweston/backend-headless.h
/usr/include/libweston-8/libweston/backend-rdp.h
/usr/include/libweston-8/libweston/backend-wayland.h
/usr/include/libweston-8/libweston/backend-x11.h
/usr/include/libweston-8/libweston/config-parser.h
/usr/include/libweston-8/libweston/libweston.h
/usr/include/libweston-8/libweston/matrix.h
/usr/include/libweston-8/libweston/plugin-registry.h
/usr/include/libweston-8/libweston/version.h
/usr/include/libweston-8/libweston/weston-log.h
/usr/include/libweston-8/libweston/windowed-output-api.h
/usr/include/libweston-8/libweston/xwayland-api.h
/usr/include/libweston-8/libweston/zalloc.h
/usr/include/weston
/usr/include/weston/ivi-layout-export.h
/usr/include/weston/weston.h
/usr/lib64/libweston-8.so
/usr/lib64/libweston-desktop-8.so
/usr/lib64/pkgconfig/libweston-8.pc
/usr/lib64/pkgconfig/libweston-desktop-8.pc
/usr/lib64/pkgconfig/weston.pc
/usr/share/libweston-8/protocols
/usr/share/libweston-8/protocols/weston-debug.xml
/usr/share/libweston-8/protocols/weston-direct-display.xml
/usr/share/pkgconfig/libweston-8-protocols.pc

References

Summary

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

/usr/include/libweston-8 /usr/include/libweston-8/libweston /usr/include/libweston-8/libweston-desktop /usr/include/libweston-8/libweston-desktop/libweston-desktop.h /usr/include/libweston-8/libweston/backend-drm.h /usr/include/libweston-8/libweston/backend-fbdev.h /usr/include/libweston-8/libweston/backend-headless.h /usr/include/libweston-8/libweston/backend-rdp.h /usr/include/libweston-8/libweston/backend-wayland.h /usr/include/libweston-8/libweston/backend-x11.h /usr/include/libweston-8/libweston/config-parser.h /usr/include/libweston-8/libweston/libweston.h /usr/include/libweston-8/libweston/matrix.h /usr/include/libweston-8/libweston/plugin-registry.h /usr/include/libweston-8/libweston/version.h /usr/include/libweston-8/libweston/weston-log.h /usr/include/libweston-8/libweston/windowed-output-api.h /usr/include/libweston-8/libweston/xwayland-api.h /usr/include/libweston-8/libweston/zalloc.h /usr/include/weston /usr/include/weston/ivi-layout-export.h /usr/include/weston/weston.h /usr/lib/libweston-8.so /usr/lib/libweston-desktop-8.so /usr/lib/pkgconfig/libweston-8.pc /usr/lib/pkgconfig/libweston-desktop-8.pc /usr/lib/pkgconfig/weston.pc /usr/share/libweston-8/protocols /usr/share/libweston-8/protocols/weston-debug.xml /usr/share/libweston-8/protocols/weston-direct-display.xml /usr/share/pkgconfig/libweston-8-protocols.pc


## References

* [weston-devel website](http://wayland.freedesktop.org/)

## Summary

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