How to Install and Uninstall rbspy.x86_64 Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "rbspy.x86_64" package

This guide covers the steps necessary to install rbspy.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install rbspy.x86_64

2. Uninstall "rbspy.x86_64" package

This guide covers the steps necessary to uninstall rbspy.x86_64 on CentOS Stream 8:

$ sudo dnf remove rbspy.x86_64 $ sudo dnf autoremove

3. Information about the rbspy.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:36:49 ago on Sun Feb 25 03:03:59 2024.
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.