How To Install rubygem-yard on CentOS 8

rubygem-yard is Documentation tool for consistent and usable documentation in Ruby

Introduction

In this tutorial we learn how to install rubygem-yard on CentOS 8.

What is rubygem-yard

YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions.

We can use yum or dnf to install rubygem-yard on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-yard.

Install rubygem-yard on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install rubygem-yard using dnf by running the following command:

sudo dnf -y install rubygem-yard

Install rubygem-yard on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install rubygem-yard using yum by running the following command:

sudo yum -y install rubygem-yard

How To Uninstall rubygem-yard on CentOS 8

To uninstall only the rubygem-yard package we can use the following command:

sudo dnf remove rubygem-yard

rubygem-yard Package Contents on CentOS 8

/usr/bin/yard
/usr/bin/yardoc
/usr/bin/yri
/usr/share/gems/gems/yard-0.9.12
/usr/share/gems/gems/yard-0.9.12/LEGAL
/usr/share/gems/gems/yard-0.9.12/LICENSE
/usr/share/gems/gems/yard-0.9.12/bin
/usr/share/gems/gems/yard-0.9.12/bin/yard
/usr/share/gems/gems/yard-0.9.12/bin/yardoc
/usr/share/gems/gems/yard-0.9.12/bin/yri
/usr/share/gems/gems/yard-0.9.12/lib
/usr/share/gems/gems/yard-0.9.12/lib/rubygems_plugin.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard
/usr/share/gems/gems/yard-0.9.12/lib/yard.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/autoload.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/command.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/command_parser.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/config.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/diff.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/display.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/gems.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/graph.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/help.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/i18n.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/list.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/markup_types.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/server.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/stats.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/yardoc.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/yardopts_command.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/cli/yri.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/base.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/class_object.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/class_variable_object.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/constant_object.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/extended_method_object.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/extra_file_object.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/macro_object.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/method_object.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/module_object.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/namespace_mapper.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/namespace_object.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/proxy.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/code_objects/root_object.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/config.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/core_ext
/usr/share/gems/gems/yard-0.9.12/lib/yard/core_ext/array.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/core_ext/file.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/core_ext/hash.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/core_ext/insertion.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/core_ext/module.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/core_ext/string.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/core_ext/symbol_hash.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/docstring.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/docstring_parser.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/gem_index.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/globals.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/base.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/alias_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/attribute_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/base.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/class_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/constant_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/handler_methods.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/init_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/method_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/mixin_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/module_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/override_comment_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/path_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/struct_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/c/symbol_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/processor.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/alias_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/attribute_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/base.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/class_condition_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/class_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/class_variable_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/comment_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/constant_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/decorator_handler_methods.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/dsl_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/dsl_handler_methods.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/exception_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/extend_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/alias_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/attribute_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/base.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/class_condition_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/class_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/class_variable_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/comment_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/constant_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/dsl_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/exception_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/extend_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/method_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/mixin_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/module_function_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/module_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/private_class_method_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/private_constant_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/visibility_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/legacy/yield_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/method_condition_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/method_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/mixin_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/module_function_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/module_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/private_class_method_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/private_constant_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/public_class_method_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/struct_handler_methods.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/visibility_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/handlers/ruby/yield_handler.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/i18n
/usr/share/gems/gems/yard-0.9.12/lib/yard/i18n/locale.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/i18n/message.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/i18n/messages.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/i18n/po_parser.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/i18n/pot_generator.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/i18n/text.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/logging.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/options.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/base.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/c
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/c/c_parser.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/c/comment_parser.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/c/statement.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/ruby
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/ruby/ast_node.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/ruby/legacy
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/ruby/legacy/ruby_lex.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/ruby/legacy/ruby_parser.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/ruby/legacy/statement.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/ruby/legacy/statement_list.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/ruby/legacy/token_list.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/ruby/ruby_parser.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/ruby/token_resolver.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/parser/source_parser.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/rake
/usr/share/gems/gems/yard-0.9.12/lib/yard/rake/yardoc_task.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/registry.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/registry_resolver.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/registry_store.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/rubygems
/usr/share/gems/gems/yard-0.9.12/lib/yard/rubygems/backports
/usr/share/gems/gems/yard-0.9.12/lib/yard/rubygems/backports.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/rubygems/backports/LICENSE.txt
/usr/share/gems/gems/yard-0.9.12/lib/yard/rubygems/backports/MIT.txt
/usr/share/gems/gems/yard-0.9.12/lib/yard/rubygems/backports/gem.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/rubygems/backports/source_index.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/rubygems/doc_manager.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/rubygems/hook.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/rubygems/specification.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/serializers
/usr/share/gems/gems/yard-0.9.12/lib/yard/serializers/base.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/serializers/file_system_serializer.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/serializers/process_serializer.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/serializers/stdout_serializer.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/serializers/yardoc_serializer.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server
/usr/share/gems/gems/yard-0.9.12/lib/yard/server.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/adapter.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands/base.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands/display_file_command.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands/display_object_command.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands/frames_command.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands/library_command.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands/library_index_command.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands/list_command.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands/root_request_command.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands/search_command.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands/static_file_command.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/commands/static_file_helpers.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/doc_server_helper.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/doc_server_serializer.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/library_version.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/rack_adapter.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/router.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/static_caching.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/fulldoc
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/fulldoc/html
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/fulldoc/html/css
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/fulldoc/html/css/custom.css
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/fulldoc/html/images
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/fulldoc/html/images/processing.gif
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/fulldoc/html/js
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/fulldoc/html/js/autocomplete.js
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/layout
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/layout/html
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/layout/html/breadcrumb.erb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/layout/html/script_setup.erb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/layout/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/method_details
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/method_details/html
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/method_details/html/permalink.erb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/default/method_details/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/library_list
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/library_list/html
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/library_list/html/headers.erb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/library_list/html/library_list.erb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/library_list/html/listing.erb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/library_list/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/library_list/html/title.erb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/processing
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/processing/html
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/processing/html/processing.erb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/processing/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/search
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/search/html
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/search/html/search.erb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/templates/doc_server/search/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/server/webrick_adapter.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags/default_factory.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags/default_tag.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags/directives.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags/library.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags/option_tag.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags/overload_tag.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags/ref_tag.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags/ref_tag_list.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags/tag.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags/tag_format_error.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/tags/types_explainer.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/engine.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/erb_cache.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/base_helper.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/filter_helper.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/html_helper.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/html_syntax_highlight_helper.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/markup
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/markup/rdoc_markdown.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/markup/rdoc_markup.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/markup_helper.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/method_helper.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/module_helper.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/text_helper.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/helpers/uml_helper.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/section.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/template.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/templates/template_options.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/verifier.rb
/usr/share/gems/gems/yard-0.9.12/lib/yard/version.rb
/usr/share/gems/gems/yard-0.9.12/templates
/usr/share/gems/gems/yard-0.9.12/templates/default
/usr/share/gems/gems/yard-0.9.12/templates/default/class
/usr/share/gems/gems/yard-0.9.12/templates/default/class/dot
/usr/share/gems/gems/yard-0.9.12/templates/default/class/dot/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/class/dot/superklass.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/class/html
/usr/share/gems/gems/yard-0.9.12/templates/default/class/html/constructor_details.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/class/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/class/html/subclasses.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/class/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/class/text
/usr/share/gems/gems/yard-0.9.12/templates/default/class/text/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/class/text/subclasses.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/constant
/usr/share/gems/gems/yard-0.9.12/templates/default/constant/text
/usr/share/gems/gems/yard-0.9.12/templates/default/constant/text/header.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/constant/text/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/html
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/html/abstract.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/html/deprecated.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/html/index.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/html/note.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/html/private.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/html/returns_void.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/html/text.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/html/todo.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/text
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/text/abstract.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/text/deprecated.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/text/index.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/text/note.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/text/private.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/text/returns_void.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/text/text.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/docstring/text/todo.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/css
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/css/common.css
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/css/full_list.css
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/css/style.css
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/frames.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/full_list.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/full_list_class.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/full_list_file.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/full_list_method.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/js
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/js/app.js
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/js/full_list.js
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/js/jquery.js
/usr/share/gems/gems/yard-0.9.12/templates/default/fulldoc/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/dot
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/dot/header.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/dot/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html/breadcrumb.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html/files.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html/footer.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html/headers.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html/index.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html/layout.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html/listing.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html/objects.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html/script_setup.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html/search.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/layout/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/method
/usr/share/gems/gems/yard-0.9.12/templates/default/method/html
/usr/share/gems/gems/yard-0.9.12/templates/default/method/html/header.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/method/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/method/text
/usr/share/gems/gems/yard-0.9.12/templates/default/method/text/header.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/method_details
/usr/share/gems/gems/yard-0.9.12/templates/default/method_details/html
/usr/share/gems/gems/yard-0.9.12/templates/default/method_details/html/header.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/method_details/html/method_signature.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/method_details/html/source.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/method_details/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/method_details/text
/usr/share/gems/gems/yard-0.9.12/templates/default/method_details/text/header.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/method_details/text/method_signature.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/method_details/text/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/module
/usr/share/gems/gems/yard-0.9.12/templates/default/module/dot
/usr/share/gems/gems/yard-0.9.12/templates/default/module/dot/child.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/dot/dependencies.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/dot/header.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/dot/info.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/dot/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/attribute_details.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/attribute_summary.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/box_info.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/children.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/constant_summary.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/defines.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/header.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/inherited_attributes.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/inherited_constants.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/inherited_methods.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/item_summary.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/method_details_list.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/method_summary.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/methodmissing.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/html/pre_docstring.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/text
/usr/share/gems/gems/yard-0.9.12/templates/default/module/text/children.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/text/class_meths_list.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/text/extends.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/text/header.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/text/includes.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/text/instance_meths_list.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/module/text/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/onefile
/usr/share/gems/gems/yard-0.9.12/templates/default/onefile/html
/usr/share/gems/gems/yard-0.9.12/templates/default/onefile/html/files.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/onefile/html/headers.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/onefile/html/layout.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/onefile/html/readme.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/onefile/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/root
/usr/share/gems/gems/yard-0.9.12/templates/default/root/dot
/usr/share/gems/gems/yard-0.9.12/templates/default/root/dot/child.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/root/dot/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/root/html
/usr/share/gems/gems/yard-0.9.12/templates/default/root/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/html
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/html/example.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/html/index.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/html/option.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/html/overload.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/html/see.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/html/tag.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/text
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/text/example.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/text/index.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/text/option.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/text/overload.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/text/see.erb
/usr/share/gems/gems/yard-0.9.12/templates/default/tags/text/tag.erb
/usr/share/gems/gems/yard-0.9.12/templates/guide
/usr/share/gems/gems/yard-0.9.12/templates/guide/class
/usr/share/gems/gems/yard-0.9.12/templates/guide/class/html
/usr/share/gems/gems/yard-0.9.12/templates/guide/class/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/guide/docstring
/usr/share/gems/gems/yard-0.9.12/templates/guide/docstring/html
/usr/share/gems/gems/yard-0.9.12/templates/guide/docstring/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/guide/fulldoc
/usr/share/gems/gems/yard-0.9.12/templates/guide/fulldoc/html
/usr/share/gems/gems/yard-0.9.12/templates/guide/fulldoc/html/css
/usr/share/gems/gems/yard-0.9.12/templates/guide/fulldoc/html/css/style.css
/usr/share/gems/gems/yard-0.9.12/templates/guide/fulldoc/html/js
/usr/share/gems/gems/yard-0.9.12/templates/guide/fulldoc/html/js/app.js
/usr/share/gems/gems/yard-0.9.12/templates/guide/fulldoc/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/guide/layout
/usr/share/gems/gems/yard-0.9.12/templates/guide/layout/html
/usr/share/gems/gems/yard-0.9.12/templates/guide/layout/html/layout.erb
/usr/share/gems/gems/yard-0.9.12/templates/guide/layout/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/guide/method
/usr/share/gems/gems/yard-0.9.12/templates/guide/method/html
/usr/share/gems/gems/yard-0.9.12/templates/guide/method/html/header.erb
/usr/share/gems/gems/yard-0.9.12/templates/guide/method/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/guide/module
/usr/share/gems/gems/yard-0.9.12/templates/guide/module/html
/usr/share/gems/gems/yard-0.9.12/templates/guide/module/html/header.erb
/usr/share/gems/gems/yard-0.9.12/templates/guide/module/html/method_list.erb
/usr/share/gems/gems/yard-0.9.12/templates/guide/module/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/guide/onefile
/usr/share/gems/gems/yard-0.9.12/templates/guide/onefile/html
/usr/share/gems/gems/yard-0.9.12/templates/guide/onefile/html/files.erb
/usr/share/gems/gems/yard-0.9.12/templates/guide/onefile/html/setup.rb
/usr/share/gems/gems/yard-0.9.12/templates/guide/onefile/html/toc.erb
/usr/share/gems/gems/yard-0.9.12/templates/guide/tags
/usr/share/gems/gems/yard-0.9.12/templates/guide/tags/html
/usr/share/gems/gems/yard-0.9.12/templates/guide/tags/html/setup.rb
/usr/share/gems/specifications/yard-0.9.12.gemspec

References

Summary

In this tutorial we learn how to install rubygem-yard on CentOS 8 using yum and dnf.