How to Install and Uninstall ruby-octokit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "ruby-octokit" package

In this section, we are going to explain the necessary steps to install ruby-octokit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-octokit

2. Uninstall "ruby-octokit" package

Please follow the steps below to uninstall ruby-octokit on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-octokit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-octokit
Priority: optional
Section: universe/ruby
Installed-Size: 328
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 3.8.0-1
Depends: ruby | ruby-interpreter, ruby-sawyer (>= 0.5.3~)
Filename: pool/universe/r/ruby-octokit/ruby-octokit_3.8.0-1_all.deb
Size: 50550
MD5sum: 76e9e46bd3a2ef53ede79595f1ed2b77
SHA1: e64c16c1281aad3235da8ab3732deb57abb7dace
SHA256: e0d9cd384607d856c7dc0e389b3418ccde08ff7de39af8b92437e31b260c5757
Description-en: 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: 0935ca9194eafaedd25a13741a4ec20e
Homepage: https://github.com/octokit/octokit.rb
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu