How to Install and Uninstall q.i686 Package on Fedora 34

Last updated: October 08,2024

1. Install "q.i686" package

Please follow the guidelines below to install q.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install q.i686

2. Uninstall "q.i686" package

Here is a brief guide to show you how to uninstall q.i686 on Fedora 34:

$ sudo dnf remove q.i686 $ sudo dnf autoremove

3. Information about the q.i686 package on Fedora 34

Last metadata expiration check: 4:33:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : q
Version : 7.11
Release : 44.fc34
Architecture : i686
Size : 1.0 M
Source : q-7.11-44.fc34.src.rpm
Repository : updates
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.