How to Install and Uninstall q.x86_64 Package on Fedora 36

Last updated: June 26,2024

1. Install "q.x86_64" package

This is a short guide on how to install q.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install q.x86_64

2. Uninstall "q.x86_64" package

Here is a brief guide to show you how to uninstall q.x86_64 on Fedora 36:

$ sudo dnf remove q.x86_64 $ sudo dnf autoremove

3. Information about the q.x86_64 package on Fedora 36

Last metadata expiration check: 3:48:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : q
Version : 7.11
Release : 45.fc36
Architecture : x86_64
Size : 1.0 M
Source : q-7.11-45.fc36.src.rpm
Repository : fedora
Summary : Equational programming language
URL : http://q-lang.sourceforge.net
License : GPLv2+
Description : Q is a powerful and extensible functional programming language based
: on the term rewriting calculus. You specify an arbitrary system of
: equations which the interpreter uses as rewrite rules to reduce
: expressions to normal form. Q is useful for scientific programming and
: other advanced applications, and also as a sophisticated kind of
: desktop calculator. The distribution includes the Q programming tools,
: a standard library, add-on modules for interfacing to Curl, GNU dbm,
: ODBC, GNU Octave, ImageMagick, Tcl/Tk, XML/XSLT and an Emacs mode.