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

Last updated: October 07,2024

1. Install "octave-doctest.noarch" package

Please follow the guidance below to install octave-doctest.noarch on Fedora 36

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

2. Uninstall "octave-doctest.noarch" package

Learn how to uninstall octave-doctest.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:23:13 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : octave-doctest
Version : 0.7.0
Release : 11.fc36
Architecture : noarch
Size : 28 k
Source : octave-doctest-0.7.0-11.fc36.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.