How to Install and Uninstall slop Package on Kali Linux

Last updated: May 21,2024

1. Install "slop" package

This guide covers the steps necessary to install slop on Kali Linux

$ sudo apt update $ sudo apt install slop

2. Uninstall "slop" package

This tutorial shows how to uninstall slop on Kali Linux:

$ sudo apt remove slop $ sudo apt autoclean && sudo apt autoremove

3. Information about the slop package on Kali Linux

Package: slop
Version: 7.6-4
Installed-Size: 281
Maintainer: Jakob Haufe
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libslopy7.6, libstdc++6 (>= 11)
Size: 83924
SHA256: 277cdbfc6270cf14a401cbcb16a4bd44606b5da8daaa3f413afca646ecc68160
SHA1: 740fcf3936d0663b4c32cff7735c6caf120b30b3
MD5sum: c7ff9f2afeb0318aeef56019117d11cb
Description: queries for a selection from the user and prints the region to stdout
slop (Select Operation) is an application that queries for a
selection from the user and prints the region to stdout. It grabs the
mouse and turns it into a crosshair, lets the user click and drag to
make a selection (or click on a window) while drawing a pretty box
around it, then finally prints the selection's dimensions to stdout.
.
Features:
.
* Hovering over a window will cause a selection rectangle to appear
over it.
* Clicking on a window makes slop return the dimensions of the
window.
* Clicking and dragging causes a selection rectangle to appear,
renders pretty well (compared to scrot). And will return the
dimensions of that rectangle in absolute screen coords.
* On startup it turns your cursor into a crosshair, then adjusts the
cursor into angles as you drag the selection rectangle.
* Supports simple arguments:
* Change selection rectangle border size.
* Select X display.
* Set padding size, even negative padding sizes!
* Set click tolerance for if you have a shaky mouse.
* Set the color of the selection rectangles to match your theme!
(Even supports transparency!)
* Remove window decorations from selections.
* Supports OpenGL hardware acceleration.
* Supports textured themes.
* Supports programmable shaders.
* Supports a magnifying glass.
Description-md5:
Homepage: https://github.com/naelstrof/slop
Section: x11
Priority: optional
Filename: pool/main/s/slop/slop_7.6-4_amd64.deb