How to Install and Uninstall ruby-octokit Package on Kali Linux

Last updated: May 05,2024

1. Install "ruby-octokit" package

Please follow the instructions below to install ruby-octokit on Kali Linux

$ sudo apt update $ sudo apt install ruby-octokit

2. Uninstall "ruby-octokit" package

Please follow the instructions below to uninstall ruby-octokit on Kali Linux:

$ sudo apt remove ruby-octokit $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-octokit package on Kali Linux

Package: ruby-octokit
Version: 6.1.1-3
Installed-Size: 492
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-faraday (>= 1), ruby-faraday (<< 3), ruby-sawyer (>= 0.9)
Size: 74516
SHA256: da5e2974d1f596ee7276e592f26a6880e109a4b703d2a996655569a92711b05e
SHA1: c54a9d419bb72ff8d3668c06e4a310ae2621c2f9
MD5sum: 519a93dfd916c0f0034cf404db2c59e1
Description: Ruby toolkit for working with the GitHub API
ruby-octokit wraps the GitHub API in a flat API client that follows Ruby
conventions and requires little knowledge of REST.
.
It provides all expected features needed to interact with Github or
any other implementation of their API:
.
- Authenticated (basic and oauth) and unauthenticated requests.
- Access to all resources and fields.
- Direct access to HTTP response headers if needed.
- Pagination.
- Hypermedia features (ruby-octokit is built on top of ruby-sawyer).
Description-md5:
Homepage: https://github.com/octokit/octokit.rb
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-octokit/ruby-octokit_6.1.1-3_all.deb