How To Install slop on Fedora 36
Introduction
In this tutorial we learn how to install slop
on Fedora 36.
What is slop
slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout.
We can use yum
or dnf
to install slop
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install slop.
Install slop 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 slop
using dnf
by running the following command:
sudo dnf -y install slop
Install slop 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 slop
using yum
by running the following command:
sudo yum -y install slop
How To Uninstall slop on Fedora 36
To uninstall only the slop
package we can use the following command:
sudo dnf remove slop
slop Package Contents on Fedora 36
---
title: "How To Install slop on Fedora 36"
linkTitle: "slop"
type: "docs"
description: "In this tutorial we learn how to install slop in Fedora 36. slop is Command line tool to perform region SeLect OPeration with mouse"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/slop-featured.png
---
## Introduction
In this tutorial we learn how to install `slop` on Fedora 36.
### What is `slop`
> slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout.
We can use `yum` or `dnf` to install `slop` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install slop.
## Install slop 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 slop
using dnf
by running the following command:
sudo dnf -y install slop
Install slop 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 slop
using yum
by running the following command:
sudo yum -y install slop
How To Uninstall slop on Fedora 36
To uninstall only the slop
package we can use the following command:
sudo dnf remove slop
slop Package Contents on Fedora 36
/usr/bin/slop
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/bd958c518e9e37bad88a3a22ba49ddbeb9c617
/usr/share/doc/slop
/usr/share/doc/slop/README.md
/usr/share/licenses/slop
/usr/share/licenses/slop/COPYING
/usr/share/licenses/slop/license.txt
/usr/share/man/man1/slop.1.gz
References
- slop website /usr/bin/slop /usr/lib/.build-id /usr/lib/.build-id/6b /usr/lib/.build-id/6b/326e36acfc56b668b781d9f7195db29771c734 /usr/share/doc/slop /usr/share/doc/slop/README.md /usr/share/licenses/slop /usr/share/licenses/slop/COPYING /usr/share/licenses/slop/license.txt /usr/share/man/man1/slop.1.gz
## References
* [slop website](https://github.com/naelstrof/slop)
## Summary
In this tutorial we learn how to install `slop` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
## Summary
In this tutorial we learn how to install `slop` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).