How To Install plank-devel on Fedora 36

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

Introduction

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

What is plank-devel

Plank is meant to be the simplest dock on the planet. The goal is to provide just what a dock needs and absolutely nothing more. It is, however, a library which can be extended to create other dock programs with more advanced features. Thus, Plank is the underlying technology for Docky (starting in version 3.0.0) and aims to provide all the core features while Docky extends it to add fancier things like Docklets, painters, settings dialogs, etc. This package contains the files necessary to develop against plank.

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

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

sudo dnf -y install plank-devel

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

sudo yum -y install plank-devel

How To Uninstall plank-devel on Fedora 36

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

sudo dnf remove plank-devel

plank-devel Package Contents on Fedora 36

/usr/include/plank
/usr/include/plank/plank.h
/usr/lib/libplank.so
/usr/lib/pkgconfig/plank.pc
/usr/share/vala/vapi/plank.deps
/usr/share/vala/vapi/plank.vapi

References

Summary

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


title: “How To Install plank-devel on Fedora 36” linkTitle: “plank-devel” type: “docs” description: “In this tutorial we learn how to install plank-devel in Fedora 36. plank-devel is Development files for plank” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/plank-devel-featured.png

Introduction

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

What is plank-devel

Plank is meant to be the simplest dock on the planet. The goal is to provide just what a dock needs and absolutely nothing more. It is, however, a library which can be extended to create other dock programs with more advanced features. Thus, Plank is the underlying technology for Docky (starting in version 3.0.0) and aims to provide all the core features while Docky extends it to add fancier things like Docklets, painters, settings dialogs, etc. This package contains the files necessary to develop against plank.

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

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

sudo dnf -y install plank-devel

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

sudo yum -y install plank-devel

How To Uninstall plank-devel on Fedora 36

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

sudo dnf remove plank-devel

plank-devel Package Contents on Fedora 36

/usr/include/plank
/usr/include/plank/plank.h
/usr/lib64/libplank.so
/usr/lib64/pkgconfig/plank.pc
/usr/share/vala/vapi/plank.deps
/usr/share/vala/vapi/plank.vapi

References

Summary

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