How To Install common-lisp-controller on Fedora 36

In this tutorial we learn how to install common-lisp-controller in Fedora 36. common-lisp-controller is Common Lisp source and compiler manager

Introduction

In this tutorial we learn how to install common-lisp-controller on Fedora 36.

What is common-lisp-controller

This package helps installing Common Lisp sources and compilers. It creates a user-specific cache of compiled objects. When a library or an implementation is upgraded, all compiled objects in the cache are flushed. It also provides tools to recompile all libraries.

We can use yum or dnf to install common-lisp-controller on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install common-lisp-controller.

Install common-lisp-controller on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install common-lisp-controller using dnf by running the following command:

sudo dnf -y install common-lisp-controller

Install common-lisp-controller on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install common-lisp-controller using yum by running the following command:

sudo yum -y install common-lisp-controller

How To Uninstall common-lisp-controller on Fedora 36

To uninstall only the common-lisp-controller package we can use the following command:

sudo dnf remove common-lisp-controller

common-lisp-controller Package Contents on Fedora 36

/etc/common-lisp
/etc/lisp-config.lisp
/usr/bin/clc-clbuild
/usr/bin/clc-lisp
/usr/bin/clc-register-user-package
/usr/bin/clc-slime
/usr/bin/clc-unregister-user-package
/usr/lib/common-lisp
/usr/lib/common-lisp/bin
/usr/sbin/clc-update-customized-images
/usr/sbin/register-common-lisp-implementation
/usr/sbin/register-common-lisp-source
/usr/sbin/unregister-common-lisp-implementation
/usr/sbin/unregister-common-lisp-source
/usr/share/common-lisp
/usr/share/common-lisp/source
/usr/share/common-lisp/source/common-lisp-controller
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
/usr/share/common-lisp/source/common-lisp-controller/post-sysdef-install.lisp
/usr/share/common-lisp/systems
/usr/share/doc/common-lisp-controller
/usr/share/doc/common-lisp-controller/DESIGN.txt
/usr/share/licenses/common-lisp-controller
/usr/share/licenses/common-lisp-controller/copyright
/usr/share/man/man1/clc-clbuild.1.gz
/usr/share/man/man1/clc-lisp.1.gz
/usr/share/man/man1/clc-register-user-package.1.gz
/usr/share/man/man1/clc-slime.1.gz
/usr/share/man/man1/clc-unregister-user-package.1.gz
/usr/share/man/man3/common-lisp-controller.3.gz
/usr/share/man/man8/clc-update-customized-images.8.gz
/usr/share/man/man8/register-common-lisp-implementation.8.gz
/usr/share/man/man8/register-common-lisp-source.8.gz
/usr/share/man/man8/unregister-common-lisp-implementation.8.gz
/usr/share/man/man8/unregister-common-lisp-source.8.gz
/var/cache/common-lisp-controller

References

Summary

In this tutorial we learn how to install common-lisp-controller on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).