How To Install libdockapp on Fedora 36

In this tutorial we learn how to install libdockapp in Fedora 36. libdockapp is DockApp Development Standard Library

Introduction

In this tutorial we learn how to install libdockapp on Fedora 36.

What is libdockapp

LibDockApp is a library that provides a framework for developing dockapps. It provides functions and structures to define and display command-line options, create a dockable icon, handle events, etc. The goal of the library is to provide a simple, yet clean interface and standardize the ways in which dockapps are developed. A dockapp developed using libDockApp will automatically behave well under most window managers, and especially well under Window Maker.

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

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

sudo dnf -y install libdockapp

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

sudo yum -y install libdockapp

How To Uninstall libdockapp on Fedora 36

To uninstall only the libdockapp package we can use the following command:

sudo dnf remove libdockapp

libdockapp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/4b32d8d4b00189dcab0551663734817c9f0704
/usr/lib64/libdockapp.so.3
/usr/lib64/libdockapp.so.3.0.1
/usr/share/doc/libdockapp
/usr/share/doc/libdockapp/AUTHORS
/usr/share/doc/libdockapp/BUGS
/usr/share/doc/libdockapp/COPYING
/usr/share/doc/libdockapp/NEWS
/usr/share/doc/libdockapp/README

References

Summary

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


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

Introduction

In this tutorial we learn how to install libdockapp on Fedora 36.

What is libdockapp

LibDockApp is a library that provides a framework for developing dockapps. It provides functions and structures to define and display command-line options, create a dockable icon, handle events, etc. The goal of the library is to provide a simple, yet clean interface and standardize the ways in which dockapps are developed. A dockapp developed using libDockApp will automatically behave well under most window managers, and especially well under Window Maker.

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

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

sudo dnf -y install libdockapp

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

sudo yum -y install libdockapp

How To Uninstall libdockapp on Fedora 36

To uninstall only the libdockapp package we can use the following command:

sudo dnf remove libdockapp

libdockapp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/2e35736c3424f04ae8c390098d9584fc585c46
/usr/lib/libdockapp.so.3
/usr/lib/libdockapp.so.3.0.1
/usr/share/doc/libdockapp
/usr/share/doc/libdockapp/AUTHORS
/usr/share/doc/libdockapp/BUGS
/usr/share/doc/libdockapp/COPYING
/usr/share/doc/libdockapp/NEWS
/usr/share/doc/libdockapp/README

References

Summary

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