How To Install octave-struct on Fedora 36

In this tutorial we learn how to install octave-struct in Fedora 36. octave-struct is Structure handling for Octave

Introduction

In this tutorial we learn how to install octave-struct on Fedora 36.

What is octave-struct

Octave includes support for organizing data in structures. This package contains additional data structure manipulation functions that are not included in the octave core.

We can use yum or dnf to install octave-struct on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install octave-struct.

Install octave-struct 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-struct using dnf by running the following command:

sudo dnf -y install octave-struct

Install octave-struct 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-struct using yum by running the following command:

sudo yum -y install octave-struct

How To Uninstall octave-struct on Fedora 36

To uninstall only the octave-struct package we can use the following command:

sudo dnf remove octave-struct

octave-struct Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/addfe8897af0bd1291249264f5a53bca5ef63e
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/57fff9c9603cc0c6fd36159a4da2d203b22ad0
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/be657e8fee4fb66674c3430bbfa711b954fae9
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/7b184efa4c1b097e8c7fb5151ac58ba5802790
/usr/lib64/octave/packages/struct-1.0.16
/usr/lib64/octave/packages/struct-1.0.16/x86_64-redhat-linux-gnu-api-v56
/usr/lib64/octave/packages/struct-1.0.16/x86_64-redhat-linux-gnu-api-v56/cell2fields.cc-tst
/usr/lib64/octave/packages/struct-1.0.16/x86_64-redhat-linux-gnu-api-v56/cell2fields.oct
/usr/lib64/octave/packages/struct-1.0.16/x86_64-redhat-linux-gnu-api-v56/fieldempty.cc-tst
/usr/lib64/octave/packages/struct-1.0.16/x86_64-redhat-linux-gnu-api-v56/fieldempty.oct
/usr/lib64/octave/packages/struct-1.0.16/x86_64-redhat-linux-gnu-api-v56/fields2cell.cc-tst
/usr/lib64/octave/packages/struct-1.0.16/x86_64-redhat-linux-gnu-api-v56/fields2cell.oct
/usr/lib64/octave/packages/struct-1.0.16/x86_64-redhat-linux-gnu-api-v56/structcat.cc-tst
/usr/lib64/octave/packages/struct-1.0.16/x86_64-redhat-linux-gnu-api-v56/structcat.oct
/usr/share/metainfo/octave-struct.metainfo.xml
/usr/share/octave/packages/struct-1.0.16
/usr/share/octave/packages/struct-1.0.16/doc-cache
/usr/share/octave/packages/struct-1.0.16/getfields.m
/usr/share/octave/packages/struct-1.0.16/packinfo
/usr/share/octave/packages/struct-1.0.16/packinfo/COPYING
/usr/share/octave/packages/struct-1.0.16/packinfo/DESCRIPTION
/usr/share/octave/packages/struct-1.0.16/packinfo/INDEX
/usr/share/octave/packages/struct-1.0.16/packinfo/NEWS
/usr/share/octave/packages/struct-1.0.16/packinfo/on_uninstall.m
/usr/share/octave/packages/struct-1.0.16/setfields.m
/usr/share/octave/packages/struct-1.0.16/tars.m

References

Summary

In this tutorial we learn how to install octave-struct on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).