How To Install libsexy on Fedora 36
Introduction
In this tutorial we learn how to install libsexy
on Fedora 36.
What is libsexy
Some funky fresh graphical widgets for GTK+ 2 applications.
We can use yum
or dnf
to install libsexy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsexy.
Install libsexy 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 libsexy
using dnf
by running the following command:
sudo dnf -y install libsexy
Install libsexy 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 libsexy
using yum
by running the following command:
sudo yum -y install libsexy
How To Uninstall libsexy on Fedora 36
To uninstall only the libsexy
package we can use the following command:
title: “How To Install libsexy on Fedora 36”
linkTitle: "libsexy"
sudo dnf remove libsexy
type: "docs"
description: “In this tutorial we learn how to install libsexy in Fedora 36. libsexy is Funky fresh graphical widgets for GTK+ 2”
libsexy Package Contents on Fedora 36
date: “2022-08-17”
lastmod: "2022-08-17"
#image: /images/fedora/36/libsexy-featured.png
---
## Introduction
In this tutorial we learn how to install `libsexy` on Fedora 36.
### What is `libsexy`
> Some funky fresh graphical widgets for GTK+ 2 applications.
We can use `yum` or `dnf` to install `libsexy` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsexy.
## Install libsexy 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 libsexy
using dnf
by running the following command:
sudo dnf -y install libsexy
Install libsexy 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 libsexy
using yum
by running the following command:
sudo yum -y install libsexy
/usr/lib/.build-id /usr/lib/.build-id/36 /usr/lib/.build-id/36/43406a4a2f1347acc6eb742e5aff6cee31d0cb /usr/lib64/libsexy.so.2 /usr/lib64/libsexy.so.2.0.4 /usr/share/doc/libsexy /usr/share/doc/libsexy/AUTHORS /usr/share/doc/libsexy/COPYING /usr/share/doc/libsexy/NEWS
How To Uninstall libsexy on Fedora 36
To uninstall only the libsexy
package we can use the following command:
sudo dnf remove libsexy
## libsexy Package Contents on Fedora 36
```bash
## References
* [libsexy website](http://www.chipx86.com/w/index.php/Libsexy)
## Summary
In this tutorial we learn how to install `libsexy` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/6069a70bb3ba43fb1dce6d7694596a820976bf
/usr/lib/libsexy.so.2
/usr/lib/libsexy.so.2.0.4
/usr/share/doc/libsexy
/usr/share/doc/libsexy/AUTHORS
/usr/share/doc/libsexy/COPYING
/usr/share/doc/libsexy/NEWS
References
Summary
In this tutorial we learn how to install libsexy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).