How To Install octave-general on Fedora 36
Introduction
In this tutorial we learn how to install octave-general
on Fedora 36.
What is octave-general
The Octave-forge General package provides functions for parallel computing, string dictionaries and other general utility functions.
We can use yum
or dnf
to install octave-general
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install octave-general.
Install octave-general on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install octave-general
using dnf
by running the following command:
sudo dnf -y install octave-general
Install octave-general on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install octave-general
using yum
by running the following command:
sudo yum -y install octave-general
How To Uninstall octave-general on Fedora 36
To uninstall only the octave-general
package we can use the following command:
sudo dnf remove octave-general
octave-general Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/7a7f1f6728cbc7afff4dab18c41811a7dfe1cf
/usr/lib/.build-id/58
/usr/lib/.build-id/58/7107c7ea5c47ebb95131d0aad7123d83bcec42
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/cde006c183693695b8a2dba2c1a4fb6c9fb038
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/dd1183ba414eebd03979c2a45871a039a2dd3b
/usr/lib64/octave/packages/general-2.1.1
/usr/lib64/octave/packages/general-2.1.1/x86_64-redhat-linux-gnu-api-v56
/usr/lib64/octave/packages/general-2.1.1/x86_64-redhat-linux-gnu-api-v56/SHA1.cc-tst
/usr/lib64/octave/packages/general-2.1.1/x86_64-redhat-linux-gnu-api-v56/SHA1.oct
/usr/lib64/octave/packages/general-2.1.1/x86_64-redhat-linux-gnu-api-v56/mark_for_deletion.cc-tst
/usr/lib64/octave/packages/general-2.1.1/x86_64-redhat-linux-gnu-api-v56/mark_for_deletion.oct
/usr/lib64/octave/packages/general-2.1.1/x86_64-redhat-linux-gnu-api-v56/packfields.cc-tst
/usr/lib64/octave/packages/general-2.1.1/x86_64-redhat-linux-gnu-api-v56/packfields.oct
/usr/lib64/octave/packages/general-2.1.1/x86_64-redhat-linux-gnu-api-v56/unpackfields.cc-tst
/usr/lib64/octave/packages/general-2.1.1/x86_64-redhat-linux-gnu-api-v56/unpackfields.oct
/usr/share/metainfo/octave-general.metainfo.xml
/usr/share/octave/packages/general-2.1.1
/usr/share/octave/packages/general-2.1.1/@dict
/usr/share/octave/packages/general-2.1.1/@dict/dict.m
/usr/share/octave/packages/general-2.1.1/@dict/display.m
/usr/share/octave/packages/general-2.1.1/@dict/end.m
/usr/share/octave/packages/general-2.1.1/@dict/get.m
/usr/share/octave/packages/general-2.1.1/@dict/has.m
/usr/share/octave/packages/general-2.1.1/@dict/isempty.m
/usr/share/octave/packages/general-2.1.1/@dict/join.m
/usr/share/octave/packages/general-2.1.1/@dict/length.m
/usr/share/octave/packages/general-2.1.1/@dict/struct.m
/usr/share/octave/packages/general-2.1.1/@dict/subsasgn.m
/usr/share/octave/packages/general-2.1.1/@dict/subsref.m
/usr/share/octave/packages/general-2.1.1/adresamp2.m
/usr/share/octave/packages/general-2.1.1/cauchy.m
/usr/share/octave/packages/general-2.1.1/doc-cache
/usr/share/octave/packages/general-2.1.1/majle.m
/usr/share/octave/packages/general-2.1.1/packinfo
/usr/share/octave/packages/general-2.1.1/packinfo/COPYING
/usr/share/octave/packages/general-2.1.1/packinfo/DESCRIPTION
/usr/share/octave/packages/general-2.1.1/packinfo/INDEX
/usr/share/octave/packages/general-2.1.1/packinfo/NEWS
/usr/share/octave/packages/general-2.1.1/packinfo/on_uninstall.m
/usr/share/octave/packages/general-2.1.1/safeprod.m
/usr/share/octave/packages/general-2.1.1/tablify.m
/usr/share/octave/packages/general-2.1.1/unresamp2.m
/usr/share/octave/packages/general-2.1.1/unvech.m
/usr/share/octave/packages/general-2.1.1/ztvals.m
References
Summary
In this tutorial we learn how to install octave-general
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).