How to Install and Uninstall openapi-specification Package on Kali Linux

Last updated: May 05,2024

1. Install "openapi-specification" package

Please follow the instructions below to install openapi-specification on Kali Linux

$ sudo apt update $ sudo apt install openapi-specification

2. Uninstall "openapi-specification" package

Please follow the instructions below to uninstall openapi-specification on Kali Linux:

$ sudo apt remove openapi-specification $ sudo apt autoclean && sudo apt autoremove

3. Information about the openapi-specification package on Kali Linux

Package: openapi-specification
Version: 3.1.0-1
Installed-Size: 900
Maintainer: Andrius Merkys
Architecture: all
Size: 71584
SHA256: 317f714443f16bfd8383d411bbcd483af86aa159d1e545479462a6f58c466fee
SHA1: fbb1e46d525a169f0398385db41423f44122c447
MD5sum: 76631e467f4453fdbb64754b2d1b9abd
Description: community-driven open specification within the OpenAPI Initiative
The OpenAPI Specification (OAS) defines a standard, programming
language-agnostic interface description for HTTP APIs, which allows both humans
and computers to discover and understand the capabilities of a service without
requiring access to source code, additional documentation, or inspection of
network traffic. When properly defined via OpenAPI, a consumer can understand
and interact with the remote service with a minimal amount of implementation
logic. Similar to what interface descriptions have done for lower-level
programming, the OpenAPI Specification removes guesswork in calling a service.
Description-md5:
Homepage: https://www.openapis.org
Section: web
Priority: optional
Filename: pool/main/o/openapi-specification/openapi-specification_3.1.0-1_all.deb