How To Install cl-asdf on Fedora 36

In this tutorial we learn how to install cl-asdf in Fedora 36. cl-asdf is Another System Definition Facility

Introduction

In this tutorial we learn how to install cl-asdf on Fedora 36.

What is cl-asdf

Another System Definition Facility (asdf) is a package format for Common Lisp libraries.

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

Install cl-asdf 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 cl-asdf using dnf by running the following command:

sudo dnf -y install cl-asdf

Install cl-asdf 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 cl-asdf using yum by running the following command:

sudo yum -y install cl-asdf

How To Uninstall cl-asdf on Fedora 36

To uninstall only the cl-asdf package we can use the following command:

sudo dnf remove cl-asdf

cl-asdf Package Contents on Fedora 36

/usr/share/common-lisp
/usr/share/common-lisp/source
/usr/share/common-lisp/source/cl-asdf
/usr/share/common-lisp/source/cl-asdf/asdf.lisp
/usr/share/common-lisp/source/cl-asdf/wild-modules.lisp
/usr/share/doc/cl-asdf
/usr/share/doc/cl-asdf/README
/usr/share/doc/cl-asdf/asdf
/usr/share/doc/cl-asdf/asdf/A-more-involved-example.html
/usr/share/doc/cl-asdf/asdf/Common-attributes-of-components.html
/usr/share/doc/cl-asdf/asdf/Components.html
/usr/share/doc/cl-asdf/asdf/Concept-Index.html
/usr/share/doc/cl-asdf/asdf/Configuring-ASDF.html
/usr/share/doc/cl-asdf/asdf/Controlling-where-ASDF-saves-compiled-files.html
/usr/share/doc/cl-asdf/asdf/Controlling-where-ASDF-searches-for-systems.html
/usr/share/doc/cl-asdf/asdf/Creating-new-component-types.html
/usr/share/doc/cl-asdf/asdf/Creating-new-operations.html
/usr/share/doc/cl-asdf/asdf/Defining-systems-with-defsystem.html
/usr/share/doc/cl-asdf/asdf/Error-handling.html
/usr/share/doc/cl-asdf/asdf/FAQ.html
/usr/share/doc/cl-asdf/asdf/Function-and-Class-Index.html
/usr/share/doc/cl-asdf/asdf/Getting-the-latest-version.html
/usr/share/doc/cl-asdf/asdf/Inspiration.html
/usr/share/doc/cl-asdf/asdf/Introduction.html
/usr/share/doc/cl-asdf/asdf/Loading-ASDF.html
/usr/share/doc/cl-asdf/asdf/Miscellaneous-additional-functionality.html
/usr/share/doc/cl-asdf/asdf/Operations.html
/usr/share/doc/cl-asdf/asdf/Other-code-in-_002easd-files.html
/usr/share/doc/cl-asdf/asdf/Pre_002ddefined-subclasses-of-component.html
/usr/share/doc/cl-asdf/asdf/Predefined-operations-of-ASDF.html
/usr/share/doc/cl-asdf/asdf/TODO-list.html
/usr/share/doc/cl-asdf/asdf/The-defsystem-form.html
/usr/share/doc/cl-asdf/asdf/The-defsystem-grammar.html
/usr/share/doc/cl-asdf/asdf/The-object-model-of-ASDF.html
/usr/share/doc/cl-asdf/asdf/Using-ASDF.html
/usr/share/doc/cl-asdf/asdf/Variable-Index.html
/usr/share/doc/cl-asdf/asdf/index.html
/usr/share/doc/cl-asdf/asdf/operate.html
/usr/share/doc/cl-asdf/asdf/report_002dbugs.html
/usr/share/doc/cl-asdf/asdf/test_002dop.html

References

Summary

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