How to Install and Uninstall setop Package on Kali Linux

Last updated: May 15,2024

1. Install "setop" package

Please follow the steps below to install setop on Kali Linux

$ sudo apt update $ sudo apt install setop

2. Uninstall "setop" package

This guide let you learn how to uninstall setop on Kali Linux:

$ sudo apt remove setop $ sudo apt autoclean && sudo apt autoremove

3. Information about the setop package on Kali Linux

Package: setop
Source: setop (0.1-1)
Version: 0.1-1+b8
Installed-Size: 363
Maintainer: Frank Stähr
Architecture: amd64
Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 118948
SHA256: 0d12609b463d0f238a88c52dff6f9547b95f35a68591cdc0adea379365beca7d
SHA1: 14b07b37df075302a6bd98c9e4f682fa76c425be
MD5sum: ea0487d0cb72bcbbbffbc4d9da3d0644
Description: apply set operations like intersection to text inputs
setop is a simple console utility for handling multiple inputs from files or
other streams as mathematical sets. That is you can apply typical set
operations like union, intersection, or set difference and print a resulting
set (sorted and with unique string elements) to standard output or you can give
answer to special queries like number of elements.
.
Besides the default line-based parsing there are several options for choosing
input sets and identifying set elements, and there are also several options for
the type of output, e. g. it is possible to check for set equality or to check
if one set is a subset of another.
Description-md5:
Homepage: https://github.com/phisigma/setop
Section: utils
Priority: optional
Filename: pool/main/s/setop/setop_0.1-1+b8_amd64.deb