How to Install and Uninstall shdoc.noarch Package on Oracle Linux 8
Last updated: November 25,2024
1. Install "shdoc.noarch" package
This guide let you learn how to install shdoc.noarch on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
shdoc.noarch
Copied
2. Uninstall "shdoc.noarch" package
This tutorial shows how to uninstall shdoc.noarch on Oracle Linux 8:
$
sudo dnf remove
shdoc.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the shdoc.noarch package on Oracle Linux 8
Last metadata expiration check: 1:41:25 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : shdoc
Version : 1.1
Release : 1.el8
Architecture : noarch
Size : 13 k
Source : shdoc-1.1-1.el8.src.rpm
Repository : epel
Summary : Documentation generator for bash/zsh/sh for generating documentation in Markdown
URL : https://github.com/reconquest/shdoc
License : MIT
Description : shdoc is a documentation generator for bash/zsh/sh for generating API
: documentation in Markdown from shell scripts source.
:
: shdoc parses annotations in the beginning of a given file and alongside function
: definitions, and creates a markdown file with ready to use documentation.
Available Packages
Name : shdoc
Version : 1.1
Release : 1.el8
Architecture : noarch
Size : 13 k
Source : shdoc-1.1-1.el8.src.rpm
Repository : epel
Summary : Documentation generator for bash/zsh/sh for generating documentation in Markdown
URL : https://github.com/reconquest/shdoc
License : MIT
Description : shdoc is a documentation generator for bash/zsh/sh for generating API
: documentation in Markdown from shell scripts source.
:
: shdoc parses annotations in the beginning of a given file and alongside function
: definitions, and creates a markdown file with ready to use documentation.