How To Install plank-libs on Fedora 36

In this tutorial we learn how to install plank-libs in Fedora 36. plank-libs is Shared libraries for plank

Introduction

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

What is plank-libs

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 shared libraries.

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

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

sudo dnf -y install plank-libs

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

sudo yum -y install plank-libs

How To Uninstall plank-libs on Fedora 36

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

sudo dnf remove plank-libs

plank-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/1b83983b6f9d859cda8a19e60fb16b873561ce
/usr/lib64/libplank.so.1
/usr/lib64/libplank.so.1.0.0
/usr/lib64/plank
/usr/share/doc/plank-libs
/usr/share/doc/plank-libs/AUTHORS
/usr/share/doc/plank-libs/NEWS
/usr/share/doc/plank-libs/README.md
/usr/share/licenses/plank-libs
/usr/share/licenses/plank-libs/COPYING
/usr/share/licenses/plank-libs/COPYRIGHT

References

Summary

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


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

Introduction

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

What is plank-libs

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 shared libraries.

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

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

sudo dnf -y install plank-libs

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

sudo yum -y install plank-libs

How To Uninstall plank-libs on Fedora 36

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

sudo dnf remove plank-libs

plank-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/e0bd76c8ae5726f7adcf0baad868664f68b4af
/usr/lib/libplank.so.1
/usr/lib/libplank.so.1.0.0
/usr/lib/plank
/usr/share/doc/plank-libs
/usr/share/doc/plank-libs/AUTHORS
/usr/share/doc/plank-libs/NEWS
/usr/share/doc/plank-libs/README.md
/usr/share/licenses/plank-libs
/usr/share/licenses/plank-libs/COPYING
/usr/share/licenses/plank-libs/COPYRIGHT

References

Summary

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