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

Last updated: May 16,2024

1. Install "ruby-rethtool" package

In this section, we are going to explain the necessary steps to install ruby-rethtool on Kali Linux

$ sudo apt update $ sudo apt install ruby-rethtool

2. Uninstall "ruby-rethtool" package

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

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

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

Package: ruby-rethtool
Version: 0.0.5-2
Installed-Size: 30
Maintainer: Debian OpenStack
Architecture: all
Depends: ruby | ruby-interpreter
Size: 6544
SHA256: 6dc14931f8a1373393df92474ef25c8d61d4dbeb2b5edaf69548bc5cf97db7b1
SHA1: e5c7b2fc5efcfda3af2da57b3fbd60fdaaaf7167
MD5sum: a053cc46a8ff766371e9632bf4e1a1e8
Description: partial wrapper around the SIOCETHTOOL ioctl
Have you ever needed to get at some details about a network interface from
inside a Ruby script, but got stuck trying to parse the output of ethtool? If
so, you're one-in-a-million, but at least you don't have to write an ethtool
parser any more. use Rethtool instead!
.
At present, Rethtool only supports a couple of things:
* Retrieve various details about the interface (link speed, duplex, etc).
* Determine if the link is currently up or down.
.
Adding extra SIOCETHTOOL features is relatively straightforward, thanks to
cstruct and the base infrastructure already in place.
Description-md5:
Homepage: http://theshed.hezmatt.org/rethtool
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-rethtool/ruby-rethtool_0.0.5-2_all.deb