Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6936669
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:15:49+00:00 2026-05-27T12:15:49+00:00

I am new to cl, and I just learned to install packages using asdf-install,

  • 0

I am new to cl, and I just learned to install packages using asdf-install, but I don’t know how it works, I wonder how the package can be installed manully, then I could understand the use of the files in the root directory of the source code, thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T12:15:50+00:00Added an answer on May 27, 2026 at 12:15 pm

    Short answer: Just use quicklisp.

    Long answer: if you want to understand, how the package, or – more precisely – ASDF system, is laid out, that’s a good idea. Actually, there’s nothing hard about that.

    Every ASDF system should have a system definition file with .asd extension. This file names other file of the system with their paths relative to the .asd file, their types (by default: lisp source code) and dependencies. Your Lisp should know where to find the system definition file. In ASDF there are 2 ways to inform Lisp about it: adding the directory, in which you store the file or symlink to it, to asdf:*central-registry* list or setting up special configuration files (called source-registry – more on that in ASDF manual).

    Now if you want to install the system by hand, just download its sources, extract them into some directory (like in /home/user/lib/lisp/ – you may get /home/user/lib/lisp/cl-ppcre-2.3.1/, inside which there’s cl-ppcre.asd). To let your Lisp find out about it just (push "/home/user/lib/lisp/cl-ppcre-2.3.1/" asdf:*central-registry*) (and don’t forget the trailing slash – it’s required), and then you can load the system with (asdf:oos 'asdf:load-op :cl-ppcre).

    You might also setup a special dir, where you’ll symlink your existing systems, like /home/user/.lisp/ and add it to *central-registry* at Lisp startup type (e.g. in .sbclrc). Now if you want to temporarily override some of the system linked in this dir, say, with a newer version, you don’t need to unlink anything – just push the path to alternative system to *central-registry*.

    Quicklisp does all that for you and more…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So, I just learned about CURSORS but still don't exactly grasp them. What is
I am very new to using predicates and just learned how to write: Predicate<int>
I just learned about .delegate today, and I know I can be used for
I am new to C# and just learned that objects can be null in
I just learned using MySQLDb package for python and I am familiar with fetching
A new colleague has just suggested using named HQL queries in Hibernate with annotations
Maybe I live in a bubble, or am just too new, but I was
I am new to flash and just learned some action Script 3 with some
im fairly new to databases in vb.net and i have just learned how to
I am new to programming in java and i have just learned how to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.