How to Install and Uninstall octave-doctest.noarch Package on Oracle Linux 9

Last updated: September 23,2024

1. Install "octave-doctest.noarch" package

Learn how to install octave-doctest.noarch on Oracle Linux 9

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

2. Uninstall "octave-doctest.noarch" package

Please follow the steps below to uninstall octave-doctest.noarch on Oracle Linux 9:

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

3. Information about the octave-doctest.noarch package on Oracle Linux 9

Last metadata expiration check: 0:08:32 ago on Thu Feb 15 07:50:05 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.