How to Install and Uninstall opt Package on Kali Linux

Last updated: May 17,2024

1. Install "opt" package

This is a short guide on how to install opt on Kali Linux

$ sudo apt update $ sudo apt install opt

2. Uninstall "opt" package

In this section, we are going to explain the necessary steps to uninstall opt on Kali Linux:

$ sudo apt remove opt $ sudo apt autoclean && sudo apt autoremove

3. Information about the opt package on Kali Linux

Package: opt
Source: opt (3.19-3)
Version: 3.19-3+b1
Installed-Size: 239
Maintainer: Debian QA Group
Architecture: amd64
Size: 69316
SHA256: 5afcdc9f64659bbf523945845a8bc23d0c6e3b14419c652c3a3570b1e5091159
SHA1: 96e26fdcf5129b8e8cff38b37ff49573052da276
MD5sum: d4150a53d8718e7c1274a8c1408163f4
Description: Options Parsing Tool library
opt is a subroutine library which facilitates the convenient input
of parameters to a C program. Parameters are parsed from a command
line, with further facilities for reading options from files, from
environment strings, or from an interactive environment. The aim of
the opt package is to permit programs to be both user- and
programmer- friendly. The package attempts to on the one hand
provide a direct and relatively full-featured input interface to the
ultimate user of the program, and at the same time impose a minimal
amount of work on the programmer to "attach" the package to his or
her software. It is similar to GNU's (and AT&T's old) getopts
package, but with a different interface that might be easier to use.
Description-md5:
Multi-Arch: same
Tag: devel::library, role::devel-lib
Section: devel
Priority: optional
Filename: pool/main/o/opt/opt_3.19-3+b1_amd64.deb