How to Install and Uninstall octave-doctest.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 13,2024

1. Install "octave-doctest.noarch" package

In this section, we are going to explain the necessary steps to install octave-doctest.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install octave-doctest.noarch

2. Uninstall "octave-doctest.noarch" package

Please follow the guidance below to uninstall octave-doctest.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove octave-doctest.noarch $ sudo dnf autoremove

3. Information about the octave-doctest.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:52:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : octave-doctest
Version : 0.7.0
Release : 12.el9
Architecture : noarch
Size : 28 k
Source : octave-doctest-0.7.0-12.el9.src.rpm
Repository : epel
Summary : Documentation tests for Octave
URL : https://octave.sourceforge.io/doctest/
License : BSD
Description : The Octave-forge Doctest package finds specially-formatted blocks of
: example code within documentation files. It then executes the code
: and confirms the output is correct. This can be useful as part of a
: testing framework or simply to ensure that documentation stays
: up-to-date during software development.