How to Install and Uninstall rubygem-asciidoctor.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "rubygem-asciidoctor.noarch" package

This tutorial shows how to install rubygem-asciidoctor.noarch on CentOS Stream 8

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

2. Uninstall "rubygem-asciidoctor.noarch" package

Learn how to uninstall rubygem-asciidoctor.noarch on CentOS Stream 8:

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

3. Information about the rubygem-asciidoctor.noarch package on CentOS Stream 8

Last metadata expiration check: 0:41:22 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rubygem-asciidoctor
Version : 2.0.15
Release : 3.el8
Architecture : noarch
Size : 267 k
Source : rubygem-asciidoctor-2.0.15-3.el8.src.rpm
Repository : epel
Summary : A fast, open source AsciiDoc implementation in Ruby
URL : https://asciidoctor.org
License : MIT
Description : A fast, open source text processor and publishing toolchain, written in Ruby,
: for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and
: custom output formats. The transformation from AsciiDoc to custom output
: formats is performed by running the nodes in the parsed document tree through a
: collection of templates written in a template language supported by Tilt.