How to Install and Uninstall octave-doctest.noarch Package on Fedora 38

Last updated: September 21,2024

1. Install "octave-doctest.noarch" package

Please follow the steps below to install octave-doctest.noarch on Fedora 38

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

2. Uninstall "octave-doctest.noarch" package

Here is a brief guide to show you how to uninstall octave-doctest.noarch on Fedora 38:

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

3. Information about the octave-doctest.noarch package on Fedora 38

Last metadata expiration check: 3:09:34 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : octave-doctest
Version : 0.8.0
Release : 2.fc38
Architecture : noarch
Size : 29 k
Source : octave-doctest-0.8.0-2.fc38.src.rpm
Repository : fedora
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.