How To Install pfstools-octave on Fedora 36
Introduction
In this tutorial we learn how to install pfstools-octave
on Fedora 36.
What is pfstools-octave
The pfstools-octave package contains programs to process red, green and blue channels or luminance channels in pfs stream using Octave.
We can use yum
or dnf
to install pfstools-octave
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pfstools-octave.
Install pfstools-octave 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 pfstools-octave
using dnf
by running the following command:
sudo dnf -y install pfstools-octave
Install pfstools-octave 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 pfstools-octave
using yum
by running the following command:
sudo yum -y install pfstools-octave
How To Uninstall pfstools-octave on Fedora 36
To uninstall only the pfstools-octave
package we can use the following command:
sudo dnf remove pfstools-octave
pfstools-octave Package Contents on Fedora 36
/usr/bin/pfsoctavelum
/usr/bin/pfsoctavergb
/usr/bin/pfsstat
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/63067a44a80272ad57e14014aaec12a3d56de7
/usr/lib/.build-id/28
/usr/lib/.build-id/28/242a06e8557e2c74cc1c8a73879b27aa6df41d
/usr/lib/.build-id/64
/usr/lib/.build-id/64/9f28e3611719ef45d80a944a40dca782c3cfe9
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/942758e2e73530e3e800bb76b44e22246767bb
/usr/lib/.build-id/78
/usr/lib/.build-id/78/a6be6e7b81f97d90efaa28fc91dc8fb55c4519
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/a8e707cb153d508ae68a39e01fc90bd8a17727
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/2d47a805023441189eb6c78282b95adbeef75d
/usr/lib64/octave/6.4.0/site/oct/x86_64-redhat-linux-gnu/pfstools
/usr/lib64/octave/6.4.0/site/oct/x86_64-redhat-linux-gnu/pfstools/pfsclose.oct
/usr/lib64/octave/6.4.0/site/oct/x86_64-redhat-linux-gnu/pfstools/pfsget.oct
/usr/lib64/octave/6.4.0/site/oct/x86_64-redhat-linux-gnu/pfstools/pfsopen.oct
/usr/lib64/octave/6.4.0/site/oct/x86_64-redhat-linux-gnu/pfstools/pfsput.oct
/usr/lib64/octave/6.4.0/site/oct/x86_64-redhat-linux-gnu/pfstools/pfsread.oct
/usr/lib64/octave/6.4.0/site/oct/x86_64-redhat-linux-gnu/pfstools/pfstransform_colorspace.oct
/usr/lib64/octave/6.4.0/site/oct/x86_64-redhat-linux-gnu/pfstools/pfswrite.oct
/usr/share/man/man1/pfsoctavelum.1.gz
/usr/share/man/man1/pfsoctavergb.1.gz
/usr/share/man/man1/pfsstat.1.gz
/usr/share/octave/6.4.0/site/m/pfstools
/usr/share/octave/6.4.0/site/m/pfstools/pfs_close_frames.m
/usr/share/octave/6.4.0/site/m/pfstools/pfs_open_frames.m
/usr/share/octave/6.4.0/site/m/pfstools/pfs_read_luminance.m
/usr/share/octave/6.4.0/site/m/pfstools/pfs_read_rgb.m
/usr/share/octave/6.4.0/site/m/pfstools/pfs_read_xyz.m
/usr/share/octave/6.4.0/site/m/pfstools/pfs_write_rgb.m
/usr/share/octave/6.4.0/site/m/pfstools/pfssize.m
/usr/share/octave/6.4.0/site/m/pfstools/pfsview.m
/usr/share/octave/6.4.0/site/m/pfstools/pfsview_list.m
/usr/share/octave/6.4.0/site/m/pfstools/pfsview_rgb.m
References
Summary
In this tutorial we learn how to install pfstools-octave
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).