How To Install gcl on Fedora 34
Introduction
In this tutorial we learn how to install gcl
on Fedora 34.
What is gcl
GCL is a Common Lisp currently compliant with the ANSI standard. Lisp compilation produces native code through the intermediary of the system’s C compiler, from which GCL derives efficient performance and facile portability. Currently uses TCL/Tk as GUI.
We can use yum
or dnf
to install gcl
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install gcl.
Install gcl on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install gcl
using dnf
by running the following command:
sudo dnf -y install gcl
Install gcl on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install gcl
using yum
by running the following command:
sudo yum -y install gcl
How To Uninstall gcl on Fedora 34
To uninstall only the gcl
package we can use the following command:
sudo dnf remove gcl
gcl Package Contents on Fedora 34
/usr/bin/gcl
/usr/lib/.build-id
/usr/lib/.build-id/da
/usr/lib/.build-id/da/c71ca75597682c42469e33ec3f7a032ee9f28d
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/921ed003e97006e64987d5d8f4762f995e00ae
/usr/lib/gcl-2.6.12
/usr/lib/gcl-2.6.12/clcs
/usr/lib/gcl-2.6.12/clcs/package.lisp
/usr/lib/gcl-2.6.12/clcs/sys-proclaim.lisp
/usr/lib/gcl-2.6.12/cmpnew
/usr/lib/gcl-2.6.12/cmpnew/gcl_cmpmain.lsp
/usr/lib/gcl-2.6.12/cmpnew/gcl_cmpopt.lsp
/usr/lib/gcl-2.6.12/cmpnew/gcl_collectfn.lsp
/usr/lib/gcl-2.6.12/cmpnew/gcl_collectfn.o
/usr/lib/gcl-2.6.12/cmpnew/gcl_lfun_list.lsp
/usr/lib/gcl-2.6.12/cmpnew/sys-proclaim.lisp
/usr/lib/gcl-2.6.12/gcl-tk
/usr/lib/gcl-2.6.12/gcl-tk/decode.tcl
/usr/lib/gcl-2.6.12/gcl-tk/demos
/usr/lib/gcl-2.6.12/gcl-tk/demos/gc-monitor.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/gc-monitor.o
/usr/lib/gcl-2.6.12/gcl-tk/demos/index.lsp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkBasic.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkCanvText.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkEntry.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkEntry2.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkForm.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkHScale.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkItems.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkLabel.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkListbox.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkPlot.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkRadio.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkRuler.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkSearch.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkStyles.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkTextBind.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkVScale.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/mkdialog.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/nqthm-stack.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/showVars.lisp
/usr/lib/gcl-2.6.12/gcl-tk/demos/widget.lisp
/usr/lib/gcl-2.6.12/gcl-tk/gcl.tcl
/usr/lib/gcl-2.6.12/gcl-tk/gcltkaux
/usr/lib/gcl-2.6.12/gcl-tk/gcltksrv
/usr/lib/gcl-2.6.12/gcl-tk/tinfo.o
/usr/lib/gcl-2.6.12/gcl-tk/tk-package.lsp
/usr/lib/gcl-2.6.12/gcl-tk/tkl.o
/usr/lib/gcl-2.6.12/h
/usr/lib/gcl-2.6.12/h/cmpinclude.h
/usr/lib/gcl-2.6.12/lsp
/usr/lib/gcl-2.6.12/lsp/gcl_auto_new.lsp
/usr/lib/gcl-2.6.12/lsp/gcl_autoload.lsp
/usr/lib/gcl-2.6.12/lsp/gcl_export.lsp
/usr/lib/gcl-2.6.12/lsp/gcl_gprof.lsp
/usr/lib/gcl-2.6.12/lsp/gcl_info.o
/usr/lib/gcl-2.6.12/lsp/gcl_profile.lsp
/usr/lib/gcl-2.6.12/lsp/sys-proclaim.lisp
/usr/lib/gcl-2.6.12/pcl
/usr/lib/gcl-2.6.12/pcl/package.lisp
/usr/lib/gcl-2.6.12/pcl/sys-proclaim.lisp
/usr/lib/gcl-2.6.12/unixport
/usr/lib/gcl-2.6.12/unixport/gcl.script
/usr/lib/gcl-2.6.12/unixport/libansi_gcl.a
/usr/lib/gcl-2.6.12/unixport/libgclp.a
/usr/lib/gcl-2.6.12/unixport/saved_ansi_gcl
/usr/lib/gcl-2.6.12/unixport/sys_init.lsp
/usr/lib/gcl-2.6.12/xgcl-2
/usr/lib/gcl-2.6.12/xgcl-2/gcl_dwtest.lsp
/usr/lib/gcl-2.6.12/xgcl-2/gcl_dwtestcases.lsp
/usr/lib/gcl-2.6.12/xgcl-2/package.lisp
/usr/lib/gcl-2.6.12/xgcl-2/sys-proclaim.lisp
/usr/lib/gcl-2.6.12/xgcl-2/sysdef.lisp
/usr/share/doc/gcl
/usr/share/doc/gcl/ChangeLog
/usr/share/doc/gcl/ChangeLog.old
/usr/share/doc/gcl/RELEASE-2.5.1
/usr/share/doc/gcl/RELEASE-2.6.2.html
/usr/share/doc/gcl/doc
/usr/share/doc/gcl/doc/bignum
/usr/share/doc/gcl/doc/c-gc
/usr/share/doc/gcl/doc/c-gc.doc
/usr/share/doc/gcl/doc/compile-file-handling-of-top-level-forms
/usr/share/doc/gcl/doc/contributors
/usr/share/doc/gcl/doc/debug
/usr/share/doc/gcl/doc/enhancements
/usr/share/doc/gcl/doc/fast-link
/usr/share/doc/gcl/doc/format
/usr/share/doc/gcl/doc/funcall-comp
/usr/share/doc/gcl/doc/funcall.lsp
/usr/share/doc/gcl/doc/makefile
/usr/share/doc/gcl/doc/multiple-values
/usr/share/doc/gcl/doc/profile
/usr/share/doc/gcl/faq
/usr/share/doc/gcl/gcl-si
/usr/share/doc/gcl/gcl-si/Available-Symbols.html
/usr/share/doc/gcl/gcl-si/Bignums.html
/usr/share/doc/gcl/gcl-si/C-Interface.html
/usr/share/doc/gcl/gcl-si/Characters.html
/usr/share/doc/gcl/gcl-si/Command-Line.html
/usr/share/doc/gcl/gcl-si/Compilation.html
/usr/share/doc/gcl/gcl-si/Compiler-Definitions.html
/usr/share/doc/gcl/gcl-si/Debugging.html
/usr/share/doc/gcl/gcl-si/Doc.html
/usr/share/doc/gcl/gcl-si/Environment.html
/usr/share/doc/gcl/gcl-si/Function-and-Variable-Index.html
/usr/share/doc/gcl/gcl-si/GCL-Specific.html
/usr/share/doc/gcl/gcl-si/Inititialization.html
/usr/share/doc/gcl/gcl-si/Iteration-and-Tests.html
/usr/share/doc/gcl/gcl-si/Lists.html
/usr/share/doc/gcl/gcl-si/Low-Level-Debug-Functions.html
/usr/share/doc/gcl/gcl-si/Low-Level-X-Interface.html
/usr/share/doc/gcl/gcl-si/Miscellaneous.html
/usr/share/doc/gcl/gcl-si/Numbers.html
/usr/share/doc/gcl/gcl-si/Operating-System-Definitions.html
/usr/share/doc/gcl/gcl-si/Operating-System.html
/usr/share/doc/gcl/gcl-si/Regular-Expressions.html
/usr/share/doc/gcl/gcl-si/Sequences-and-Arrays-and-Hash-Tables.html
/usr/share/doc/gcl/gcl-si/Source-Level-Debugging-in-Emacs.html
/usr/share/doc/gcl/gcl-si/Special-Forms-and-Functions.html
/usr/share/doc/gcl/gcl-si/Streams-and-Reading.html
/usr/share/doc/gcl/gcl-si/Structures.html
/usr/share/doc/gcl/gcl-si/Symbols.html
/usr/share/doc/gcl/gcl-si/System-Definitions.html
/usr/share/doc/gcl/gcl-si/Type.html
/usr/share/doc/gcl/gcl-si/User-Interface.html
/usr/share/doc/gcl/gcl-si/index.html
/usr/share/doc/gcl/gcl-tk
/usr/share/doc/gcl/gcl-tk/Argument-Lists.html
/usr/share/doc/gcl/gcl-tk/Common-Features-of-Widgets.html
/usr/share/doc/gcl/gcl-tk/Control.html
/usr/share/doc/gcl/gcl-tk/General.html
/usr/share/doc/gcl/gcl-tk/Getting-Started.html
/usr/share/doc/gcl/gcl-tk/Introduction.html
/usr/share/doc/gcl/gcl-tk/Linked-Variables.html
/usr/share/doc/gcl/gcl-tk/Lisp-Functions-Invoked-from-Graphics.html
/usr/share/doc/gcl/gcl-tk/Return-Values.html
/usr/share/doc/gcl/gcl-tk/Widgets.html
/usr/share/doc/gcl/gcl-tk/after.html
/usr/share/doc/gcl/gcl-tk/bind.html
/usr/share/doc/gcl/gcl-tk/button.html
/usr/share/doc/gcl/gcl-tk/canvas.html
/usr/share/doc/gcl/gcl-tk/checkbutton.html
/usr/share/doc/gcl/gcl-tk/destroy.html
/usr/share/doc/gcl/gcl-tk/entry.html
/usr/share/doc/gcl/gcl-tk/exit.html
/usr/share/doc/gcl/gcl-tk/focus.html
/usr/share/doc/gcl/gcl-tk/frame.html
/usr/share/doc/gcl/gcl-tk/grab.html
/usr/share/doc/gcl/gcl-tk/index.html
/usr/share/doc/gcl/gcl-tk/label.html
/usr/share/doc/gcl/gcl-tk/listbox.html
/usr/share/doc/gcl/gcl-tk/lower.html
/usr/share/doc/gcl/gcl-tk/menu.html
/usr/share/doc/gcl/gcl-tk/menubutton.html
/usr/share/doc/gcl/gcl-tk/message.html
/usr/share/doc/gcl/gcl-tk/option.html
/usr/share/doc/gcl/gcl-tk/options.html
/usr/share/doc/gcl/gcl-tk/pack.html
/usr/share/doc/gcl/gcl-tk/pack_002dold.html
/usr/share/doc/gcl/gcl-tk/place.html
/usr/share/doc/gcl/gcl-tk/radiobutton.html
/usr/share/doc/gcl/gcl-tk/raise.html
/usr/share/doc/gcl/gcl-tk/scale.html
/usr/share/doc/gcl/gcl-tk/scrollbar.html
/usr/share/doc/gcl/gcl-tk/selection.html
/usr/share/doc/gcl/gcl-tk/send.html
/usr/share/doc/gcl/gcl-tk/text.html
/usr/share/doc/gcl/gcl-tk/tk.html
/usr/share/doc/gcl/gcl-tk/tk_002ddialog.html
/usr/share/doc/gcl/gcl-tk/tk_002dlistbox_002dsingle_002dselect.html
/usr/share/doc/gcl/gcl-tk/tk_002dmenu_002dbar.html
/usr/share/doc/gcl/gcl-tk/tkconnect.html
/usr/share/doc/gcl/gcl-tk/tkerror.html
/usr/share/doc/gcl/gcl-tk/tkvars.html
/usr/share/doc/gcl/gcl-tk/tkwait.html
/usr/share/doc/gcl/gcl-tk/toplevel.html
/usr/share/doc/gcl/gcl-tk/update.html
/usr/share/doc/gcl/gcl-tk/winfo.html
/usr/share/doc/gcl/gcl-tk/wm.html
/usr/share/doc/gcl/gcl.ico
/usr/share/doc/gcl/gcl.jpg
/usr/share/doc/gcl/gcl.png
/usr/share/doc/gcl/gcl1.jpg
/usr/share/doc/gcl/gcl2.jpg
/usr/share/doc/gcl/readme
/usr/share/doc/gcl/readme.xgcl
/usr/share/info/gcl-si.info
/usr/share/info/gcl-tk.info
/usr/share/info/gcl-tk.info-1
/usr/share/info/gcl-tk.info-2
/usr/share/info/gcl.info
/usr/share/info/gcl.info-1
/usr/share/info/gcl.info-2
/usr/share/info/gcl.info-3
/usr/share/info/gcl.info-4
/usr/share/info/gcl.info-5
/usr/share/info/gcl.info-6
/usr/share/info/gcl.info-7
/usr/share/info/gcl.info-8
/usr/share/info/gcl.info-9
/usr/share/licenses/gcl
/usr/share/licenses/gcl/COPYING.LIB-2.0
/usr/share/man/man1/gcl.1.gz
References
Summary
In this tutorial we learn how to install gcl
on Fedora 34 using yum and dnf.