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

Last updated: October 05,2024

1. Install "octave-doctest.noarch" package

Please follow the guidelines below to install octave-doctest.noarch on Fedora 34

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

2. Uninstall "octave-doctest.noarch" package

This tutorial shows how to uninstall octave-doctest.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:02:50 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : octave-doctest
Version : 0.7.0
Release : 8.fc34
Architecture : noarch
Size : 28 k
Source : octave-doctest-0.7.0-8.fc34.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.