< Home - < Back

cmucl


Information about the package, cmucl, which is shipped with common Linux distributions. The cmucl package is designed for, CMU Common Lisp compiler.


Package Name:

cmucl

Summary:

CMU Common Lisp compiler

Description:

CMUCL is a free, high performance implementation of the Common Lisp programming language which runs on most major Unix platforms. It mainly conforms to the ANSI Common Lisp standard. CMUCL provides a sophisticated native code compiler; a powerful foreign function interface; an implementation of CLOS, the Common Lisp Object System, which includes multimethods and a metaobject protocol; a source-level debugger and code profiler; and an Emacs-like editor implemented in Common Lisp. CMUCL is maintained by a team of volunteers collaborating over the Internet, and is mostly in the public domain.

Architecture:

i686

Version:

19f

Release:

2.el6

Size:

13 M

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for cmucl


Control the cmucl package with the following handy commands outlined below.


Command

Description of Command

yum install cmucl

This command will install cmucl on the server.

yum remove cmucl

This command will un-install cmucl on the server. When you run this command, you will be asked if you are sure that you want to remove cmucl, so you have to manually confirm that you want to do this.

yum -y remove cmucl

This command will un-install cmucl on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove cmucl when using the -y flag.

yum update cmucl

This command will update cmucl to the latest version. When you run this command, you will be asked if you are sure that you want to remove cmucl, so you have to manually confirm that you want to do this.

yum -y update cmucl

This command will update cmucl to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove cmucl when using the -y flag.

yum info cmucl

This command will show you core information about the cmucl package.

yum deplist cmucl

This command will show you the dependencies for cmucl. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update cmucl

This command will check if there is an update waiting on cmucl. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.