How To Install plymouth-devel on Fedora 36

In this tutorial we learn how to install plymouth-devel in Fedora 36. plymouth-devel is Libraries and headers for writing Plymouth splash plugins

Introduction

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

What is plymouth-devel

This package contains the libraries and headers needed to develop 3rd party splash plugins for Plymouth.

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

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

sudo dnf -y install plymouth-devel

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

sudo yum -y install plymouth-devel

How To Uninstall plymouth-devel on Fedora 36

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

sudo dnf remove plymouth-devel

plymouth-devel Package Contents on Fedora 36

---
title: "How To Install plymouth-devel on Fedora 36"
linkTitle: "plymouth-devel"
type: "docs"
description: "In this tutorial we learn how to install plymouth-devel in Fedora 36. plymouth-devel is Libraries and headers for writing Plymouth splash plugins"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/plymouth-devel-featured.png
---

## Introduction

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

### What is `plymouth-devel`

> This package contains the libraries and headers needed to develop 3rd party splash plugins for Plymouth.  

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

## Install plymouth-devel on Fedora 36 Using dnf
/usr/include/plymouth-1
/usr/include/plymouth-1/ply
/usr/include/plymouth-1/ply-boot-client
/usr/include/plymouth-1/ply-boot-client/ply-boot-client.h
/usr/include/plymouth-1/ply-boot-client/ply-boot-protocol.h
/usr/include/plymouth-1/ply-splash-core
/usr/include/plymouth-1/ply-splash-core/ply-boot-splash-plugin.h
/usr/include/plymouth-1/ply-splash-core/ply-boot-splash.h
/usr/include/plymouth-1/ply-splash-core/ply-device-manager.h
/usr/include/plymouth-1/ply-splash-core/ply-keyboard.h
/usr/include/plymouth-1/ply-splash-core/ply-pixel-buffer.h
/usr/include/plymouth-1/ply-splash-core/ply-pixel-display.h
/usr/include/plymouth-1/ply-splash-core/ply-renderer-plugin.h
/usr/include/plymouth-1/ply-splash-core/ply-renderer.h
/usr/include/plymouth-1/ply-splash-core/ply-terminal.h
/usr/include/plymouth-1/ply-splash-core/ply-text-display.h
/usr/include/plymouth-1/ply-splash-core/ply-text-progress-bar.h
/usr/include/plymouth-1/ply-splash-core/ply-text-step-bar.h
/usr/include/plymouth-1/ply-splash-graphics
/usr/include/plymouth-1/ply-splash-graphics/ply-animation.h
/usr/include/plymouth-1/ply-splash-graphics/ply-capslock-icon.h
/usr/include/plymouth-1/ply-splash-graphics/ply-entry.h
/usr/include/plymouth-1/ply-splash-graphics/ply-image.h
/usr/include/plymouth-1/ply-splash-graphics/ply-keymap-icon.h
/usr/include/plymouth-1/ply-splash-graphics/ply-keymap-metadata.h
/usr/include/plymouth-1/ply-splash-graphics/ply-label-plugin.h
/usr/include/plymouth-1/ply-splash-graphics/ply-label.h
/usr/include/plymouth-1/ply-splash-graphics/ply-progress-animation.h
/usr/include/plymouth-1/ply-splash-graphics/ply-progress-bar.h
/usr/include/plymouth-1/ply-splash-graphics/ply-throbber.h
/usr/include/plymouth-1/ply/ply-array.h
/usr/include/plymouth-1/ply/ply-bitarray.h
/usr/include/plymouth-1/ply/ply-buffer.h
/usr/include/plymouth-1/ply/ply-command-parser.h
/usr/include/plymouth-1/ply/ply-event-loop.h
/usr/include/plymouth-1/ply/ply-hashtable.h
/usr/include/plymouth-1/ply/ply-i18n.h
/usr/include/plymouth-1/ply/ply-key-file.h
/usr/include/plymouth-1/ply/ply-list.h
/usr/include/plymouth-1/ply/ply-logger.h
/usr/include/plymouth-1/ply/ply-progress.h
/usr/include/plymouth-1/ply/ply-rectangle.h
/usr/include/plymouth-1/ply/ply-region.h
/usr/include/plymouth-1/ply/ply-terminal-session.h
/usr/include/plymouth-1/ply/ply-trigger.h
/usr/include/plymouth-1/ply/ply-utils.h
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/930026a3cc04754b27fd037008c77f4afa5643
/usr/lib/libply-boot-client.so
/usr/lib/libply-splash-core.so
/usr/lib/libply-splash-graphics.so
/usr/lib/libply.so
/usr/lib/pkgconfig/ply-boot-client.pc
/usr/lib/pkgconfig/ply-splash-core.pc
/usr/lib/pkgconfig/ply-splash-graphics.pc
/usr/lib/plymouth/renderers/x11.so

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

```bash
sudo dnf makecache --refresh


## References
After updating yum database, We can install `plymouth-devel` using `dnf` by running the following command:


* [plymouth-devel website](http://www.freedesktop.org/wiki/Software/Plymouth)
```bash

sudo dnf -y install plymouth-devel
## Summary

Install plymouth-devel on Fedora 36 Using yum

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

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install plymouth-devel

How To Uninstall plymouth-devel on Fedora 36

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

sudo dnf remove plymouth-devel

plymouth-devel Package Contents on Fedora 36

/usr/include/plymouth-1
/usr/include/plymouth-1/ply
/usr/include/plymouth-1/ply-boot-client
/usr/include/plymouth-1/ply-boot-client/ply-boot-client.h
/usr/include/plymouth-1/ply-boot-client/ply-boot-protocol.h
/usr/include/plymouth-1/ply-splash-core
/usr/include/plymouth-1/ply-splash-core/ply-boot-splash-plugin.h
/usr/include/plymouth-1/ply-splash-core/ply-boot-splash.h
/usr/include/plymouth-1/ply-splash-core/ply-device-manager.h
/usr/include/plymouth-1/ply-splash-core/ply-keyboard.h
/usr/include/plymouth-1/ply-splash-core/ply-pixel-buffer.h
/usr/include/plymouth-1/ply-splash-core/ply-pixel-display.h
/usr/include/plymouth-1/ply-splash-core/ply-renderer-plugin.h
/usr/include/plymouth-1/ply-splash-core/ply-renderer.h
/usr/include/plymouth-1/ply-splash-core/ply-terminal.h
/usr/include/plymouth-1/ply-splash-core/ply-text-display.h
/usr/include/plymouth-1/ply-splash-core/ply-text-progress-bar.h
/usr/include/plymouth-1/ply-splash-core/ply-text-step-bar.h
/usr/include/plymouth-1/ply-splash-graphics
/usr/include/plymouth-1/ply-splash-graphics/ply-animation.h
/usr/include/plymouth-1/ply-splash-graphics/ply-capslock-icon.h
/usr/include/plymouth-1/ply-splash-graphics/ply-entry.h
/usr/include/plymouth-1/ply-splash-graphics/ply-image.h
/usr/include/plymouth-1/ply-splash-graphics/ply-keymap-icon.h
/usr/include/plymouth-1/ply-splash-graphics/ply-keymap-metadata.h
/usr/include/plymouth-1/ply-splash-graphics/ply-label-plugin.h
/usr/include/plymouth-1/ply-splash-graphics/ply-label.h
/usr/include/plymouth-1/ply-splash-graphics/ply-progress-animation.h
/usr/include/plymouth-1/ply-splash-graphics/ply-progress-bar.h
/usr/include/plymouth-1/ply-splash-graphics/ply-throbber.h
/usr/include/plymouth-1/ply/ply-array.h
/usr/include/plymouth-1/ply/ply-bitarray.h
/usr/include/plymouth-1/ply/ply-buffer.h
/usr/include/plymouth-1/ply/ply-command-parser.h
/usr/include/plymouth-1/ply/ply-event-loop.h
/usr/include/plymouth-1/ply/ply-hashtable.h
/usr/include/plymouth-1/ply/ply-i18n.h
/usr/include/plymouth-1/ply/ply-key-file.h
/usr/include/plymouth-1/ply/ply-list.h
/usr/include/plymouth-1/ply/ply-logger.h
/usr/include/plymouth-1/ply/ply-progress.h
/usr/include/plymouth-1/ply/ply-rectangle.h
/usr/include/plymouth-1/ply/ply-region.h
/usr/include/plymouth-1/ply/ply-terminal-session.h
/usr/include/plymouth-1/ply/ply-trigger.h
/usr/include/plymouth-1/ply/ply-utils.h
/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/816a3fad1044134b7ed6a0678cc3375ddc93ad
/usr/lib64/libply-boot-client.so
/usr/lib64/libply-splash-core.so
/usr/lib64/libply-splash-graphics.so
/usr/lib64/libply.so
/usr/lib64/pkgconfig/ply-boot-client.pc
/usr/lib64/pkgconfig/ply-splash-core.pc
/usr/lib64/pkgconfig/ply-splash-graphics.pc
/usr/lib64/plymouth/renderers/x11.so

References

Summary

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