How To Install ruby-simple-oauth on Kali Linux
Introduction
In this tutorial we learn how to install ruby-simple-oauth
on Kali Linux.
What is ruby-simple-oauth
ruby-simple-oauth is:
The library, “simple_oauth”, provides classes in order to simply build and verify OAuth headers.
This library aims to support and is tested against the following Ruby implementations: Ruby 1.8.7 Ruby 1.9.3 Ruby 2.0.0 Ruby 2.1 JRuby Rubinius
If something doesn’t work on one of these interpreters, it’s a bug.
There are three methods to install ruby-simple-oauth
on Kali Linux. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install ruby-simple-oauth Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install ruby-simple-oauth
using apt-get
by running the following command:
Install ruby-simple-oauth Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install ruby-simple-oauth
using apt
by running the following command:
Install ruby-simple-oauth Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude
using the following command.
After updating apt database, We can install ruby-simple-oauth
using aptitude
by running the following command:
How To Uninstall ruby-simple-oauth on Kali Linux
To uninstall only the ruby-simple-oauth
package we can use the following command:
Uninstall ruby-simple-oauth And Its Dependencies
To uninstall ruby-simple-oauth
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove ruby-simple-oauth Configurations and Data
To remove ruby-simple-oauth
configuration and data from Kali Linux we can use the following command:
Remove ruby-simple-oauth configuration, data, and all of its dependencies
We can use the following command to remove ruby-simple-oauth
configurations, data and all of its dependencies, we can use the following command:
Dependencies
ruby-simple-oauth have the following dependencies:
References
Summary
In this tutorial we learn how to install ruby-simple-oauth
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.