How to Install and Uninstall robodoc.x86_64 Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "robodoc.x86_64" package

Please follow the step by step instructions below to install robodoc.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install robodoc.x86_64

2. Uninstall "robodoc.x86_64" package

Please follow the steps below to uninstall robodoc.x86_64 on Rocky Linux 8:

$ sudo dnf remove robodoc.x86_64 $ sudo dnf autoremove

3. Information about the robodoc.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:25:57 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : robodoc
Version : 4.99.43
Release : 8.el8
Architecture : x86_64
Size : 134 k
Source : robodoc-4.99.43-8.el8.src.rpm
Repository : epel
Summary : Extract documentation from source code
URL : http://rfsber.home.xs4all.nl/Robo/
License : GPLv3+
Description : ROBODoc is a documentation tool (based on the AutoDocs program written
: a long time ago by Commodore). It extracts specially formatted comment
: headers from the source file and puts them in a separate file. ROBODoc
: thus allows you to include the program documentation in the source
: code and avoid having to maintain two separate documents.
:
: ROBODoc can format the documentation in HTML, ASCII, AmigaGuide,
: LaTeX, or RTF format. It is even possible to include parts of the
: source code with function names that point their the documentation. It
: also can create index tables for all your variables, classes,
: functions, etc.
:
: The best feature of ROBODoc is that it works with many languages:
: Assembler, C, Perl, LISP, Occam, Tcl/Tk, Pascal, Fortran, shell
: scripts, and COBOL, basically any language that supports
: comments/remarks.