How to Install and Uninstall rbspy.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "rbspy.x86_64" package

This is a short guide on how to install rbspy.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install rbspy.x86_64

2. Uninstall "rbspy.x86_64" package

Please follow the guidelines below to uninstall rbspy.x86_64 on Rocky Linux 8:

$ sudo dnf remove rbspy.x86_64 $ sudo dnf autoremove

3. Information about the rbspy.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:37:18 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : rbspy
Version : 0.8.1
Release : 3.el8
Architecture : x86_64
Size : 1.2 M
Source : rust-rbspy-0.8.1-3.el8.src.rpm
Repository : epel
Summary : Sampling CPU profiler for Ruby
URL : https://rbspy.github.io
License : MIT
Description : rbspy is a sampling CPU profiler for Ruby. rbspy lets you profile Ruby
: processes that are already running. You give it a PID, and it starts profiling.
: It's a sampling profiler, which means it's low overhead and safe to run in
: production.
:
: rbspy lets you record profiling data, save the raw profiling data to disk, and
: then analyze it in a variety of different ways later on.