How to Install and Uninstall octave-jsonlab.noarch Package on Fedora 38

Last updated: November 30,2024

1. Install "octave-jsonlab.noarch" package

Please follow the steps below to install octave-jsonlab.noarch on Fedora 38

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

2. Uninstall "octave-jsonlab.noarch" package

This tutorial shows how to uninstall octave-jsonlab.noarch on Fedora 38:

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

3. Information about the octave-jsonlab.noarch package on Fedora 38

Last metadata expiration check: 4:41:54 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : octave-jsonlab
Version : 2.0
Release : 9.fc38
Architecture : noarch
Size : 98 k
Source : octave-jsonlab-2.0-9.fc38.src.rpm
Repository : fedora
Summary : A JSON/UBJSON/MessagePack encoder/decoder for MATLAB/Octave
URL : http://openjdata.org/jsonlab
License : GPLv3+ or BSD
Description : JSONLab is a free and open-source implementation of a JSON/UBJSON/MessagePack
: encoder and a decoder in the native MATLAB language. It can be used to convert
: a MATLAB data structure (array, struct, cell, struct array and cell array) into
: JSON/UBJSON formatted string, or decode a JSON/UBJSON/MessagePack file into
: MATLAB data. JSONLab supports both MATLAB and GNU Octave (a free MATLAB clone).
: JSONLab is now the official reference implementation for the JData Specification
: (Draft 3) - the foundation of the OpenJData Project (http://openjdata.org).