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

Last updated: October 05,2024

1. Install "octave-jsonlab.noarch" package

This is a short guide on how to install octave-jsonlab.noarch on Fedora 34

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

2. Uninstall "octave-jsonlab.noarch" package

Here is a brief guide to show you how to uninstall octave-jsonlab.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:22:03 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : octave-jsonlab
Version : 2.0
Release : 3.fc34
Architecture : noarch
Size : 88 k
Source : octave-jsonlab-2.0-3.fc34.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).