GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CHICKEN-STATUS(1) FreeBSD General Commands Manual CHICKEN-STATUS(1)

chicken-status
list information about installed libraries

chicken-status [OPTION ...] NAME ...

chicken-status lists information about installed CHICKEN Scheme extension libraries.

If NAME is given, information is limited to the specified extension(s). Otherwise, all extensions are shown.

The program accepts following arguments:

, -help
Show usage and exit.
Show version and exit.
, -components
List installed components.
, -files
List installed files.
List installed egg versions in a format suitable for use with chicken-install(1)'s -override or -from-list options.
Treat NAME as a glob pattern.
When cross-compiling, only show host extensions.
When cross-compiling, only show target extensions. “override” format.
List eggs that are currently cached.

The following environment variables change the behaviour of chicken-status:
The path where extension libraries are installed. Defaults to the package library path selected during configuration (usually $prefix/lib/chicken/<binary-version>).
One or more directories holding extension libraries. Defaults to the installation repository.
Location where eggs are retrieved and built.

$XDG_CACHE_HOME/chicken-install/
Default directory for cached eggs. ( $XDG_CACHE_HOME defaults to $HOME/.cache )

The chicken-status utility exits 0 on success, and >0 if an error occurs.

chicken(1), chicken-install(1), chicken-uninstall(1)

More information can be found in the CHICKEN User's Manual.

The CHICKEN Team

Submit bug reports by e-mail to chicken-janitors@nongnu.org
April 23, 2017 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.