How to Install and Uninstall ruby-prof Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 20,2024

1. Install "ruby-prof" package

This guide covers the steps necessary to install ruby-prof on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-prof

2. Uninstall "ruby-prof" package

Here is a brief guide to show you how to uninstall ruby-prof on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-prof package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-prof
Architecture: amd64
Version: 1.3.1-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 217
Depends: ruby (>= 1:2.7~0), libjs-jquery, fonts-lato, libc6 (>= 2.17), libruby2.7 (>= 2.7.0), ruby (<< 1:2.8~)
Breaks: gitlab (<< 12.3~)
Filename: pool/universe/r/ruby-prof/ruby-prof_1.3.1-2_amd64.deb
Size: 48428
MD5sum: 3551dfd12ed10a2c26a3bbec15ea2ea6
SHA1: de4a8df10e4e18af461c1704a00c123996d8fc72
SHA256: 2cce7741e7d09b7af61da3ee91c83dd22a3c518aa2d17060b2f30c4129d8607c
SHA512: 8cfea5c9cf38cbafefc39e1bc24b9da457ec59d77a8d07af81341637b1c9fbef8fe1b4d120088acabc8391e3a8ab8468fa064d3d9fa64947ac58275523cd3f32
Homepage: https://github.com/ruby-prof/ruby-prof
Description-en: Fast Ruby profiler
ruby-prof is a fast code profiler for Ruby. It is a C extension and
therefore is many times faster than the standard Ruby profiler. It
supports both flat and graph profiles. For each method, graph profiles
show how long the method ran, which methods called it and which
methods it called. RubyProf generate both text and html and can output
it to standard out or to a file.
Description-md5: 479d65e95241fcf8ff2f0f80f0e61159
Ruby-Versions: ruby2.7