How to Install and Uninstall rubygem-typeprof.noarch Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "rubygem-typeprof.noarch" package

Please follow the guidelines below to install rubygem-typeprof.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install rubygem-typeprof.noarch

2. Uninstall "rubygem-typeprof.noarch" package

Please follow the guidelines below to uninstall rubygem-typeprof.noarch on CentOS Stream 9:

$ sudo dnf remove rubygem-typeprof.noarch $ sudo dnf autoremove

3. Information about the rubygem-typeprof.noarch package on CentOS Stream 9

Last metadata expiration check: 0:38:04 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rubygem-typeprof
Version : 0.15.2
Release : 161.el9
Architecture : noarch
Size : 602 k
Source : ruby-3.0.4-161.el9.src.rpm
Repository : appstream
Summary : TypeProf is a type analysis tool for Ruby code based on abstract interpretation
URL : https://github.com/ruby/typeprof
License : MIT
Description : TypeProf performs a type analysis of non-annotated Ruby code.
: It abstractly executes input Ruby code in a level of types instead of values,
: gathers what types are passed to and returned by methods, and prints the
: analysis result in RBS format, a standard type description format for Ruby
: 3.0.