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

Last updated: May 09,2024

1. Install "ruby-sigar" package

Here is a brief guide to show you how to install ruby-sigar on Kali Linux

$ sudo apt update $ sudo apt install ruby-sigar

2. Uninstall "ruby-sigar" package

Here is a brief guide to show you how to uninstall ruby-sigar on Kali Linux:

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

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

Package: ruby-sigar
Source: ruby-sigar (0.7.3-3)
Version: 0.7.3-3+b3
Installed-Size: 246
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libc6 (>= 2.34), libtirpc3 (>= 1.0.2), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 75928
SHA256: 122cdc8fbd5ac21ea81cdcdb07f65c1205877bc3a382b8e8fd0c1907847230dc
SHA1: 36da6090099145f909793de8fe0e099f406eefa7
MD5sum: b517da95bc4a2440690b09364b0722fa
Description: System Information Gatherer And Reporter
One API to access system information regardless of the underlying platform
.
Hyperic's System Information Gatherer (SIGAR) is a cross-platform API for
collecting software inventory data. SIGAR is core of HQ's auto-discovery
functionality, and you can use it to extend auto-discovery behavior.
.
SIGAR includes support for Linux, FreeBSD, Windows, Solaris, AIX, HP-UX and
Mac OSX across a variety of versions and architectures. Users of the SIGAR
API are given portable access to inventory and monitoring data including:
.
* System memory, swap, cpu, load average, uptime, logins
* Per-process memory, cpu, credential info, state, arguments, environment,
open files
* File system detection and metrics
* Network interface detection, configuration information and metrics
* Network route and connection tables
.
This is ruby binding for the core API, which is implemented in pure C.
Description-md5:
Homepage: https://sigar.hyperic.com/
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-sigar/ruby-sigar_0.7.3-3+b3_amd64.deb