How To Install libslopy on Fedora 36
Introduction
In this tutorial we learn how to install libslopy
on Fedora 36.
What is libslopy
slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout. This sub-package contains libslopy library.
We can use yum
or dnf
to install libslopy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libslopy.
Install libslopy 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 libslopy
using dnf
by running the following command:
sudo dnf -y install libslopy
Install libslopy 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 libslopy
using yum
by running the following command:
sudo yum -y install libslopy
How To Uninstall libslopy on Fedora 36
To uninstall only the libslopy
package we can use the following command:
sudo dnf remove libslopy
libslopy Package Contents on Fedora 36
---
title: "How To Install libslopy on Fedora 36"
linkTitle: "libslopy"
type: "docs"
description: "In this tutorial we learn how to install libslopy in Fedora 36. libslopy is Library to perform region SeLect OPeration with mouse"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libslopy-featured.png
---
## Introduction
In this tutorial we learn how to install `libslopy` on Fedora 36.
### What is `libslopy`
> slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout. This sub-package contains libslopy library.
We can use `yum` or `dnf` to install `libslopy` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libslopy.
## Install libslopy 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 libslopy
using dnf
by running the following command:
sudo dnf -y install libslopy
Install libslopy 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 libslopy
using yum
by running the following command:
sudo yum -y install libslopy
How To Uninstall libslopy on Fedora 36
To uninstall only the libslopy
package we can use the following command:
sudo dnf remove libslopy
libslopy Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/7e04c4d9396fc7521bbd0e7d68cb4a4600be1d
/usr/lib/libslopy.so.7.6
References
Summary
In this tutorial we learn how to install libslopy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/6b /usr/lib/.build-id/6b/7e8276216b89adfc8c81a7e92e9be657be62ef /usr/lib64/libslopy.so.7.6
## References
* [libslopy website](https://github.com/naelstrof/slop)
## Summary
In this tutorial we learn how to install `libslopy` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).