chicken-uninstall - Man Page
uninstall extension library
Synopsis
chicken-uninstall | [OPTION ...] [NAME ...] |
Description
chicken-uninstall removes one or more already installed extension libraries for the CHICKEN Scheme system. PATTERN may be a regular expression naming multiple extensions or just an extension name.
The program accepts following arguments:
- -h, -help
Show usage and exit.
- -version
Show version and exit.
- -force
Don't ask, just delete whatever matches.
- -match
Treat NAME as a glob pattern.
- -s, -sudo
Use external program to elevate privileges for deleting files. The program defaults to sudo(8) but can be overridden with
SUDO
environment variable.- -host
When cross-compiling, only uninstall host extensions.
- -target
When cross-compiling, only uninstall target extensions.
Environment
The following environment variables change the behaviour of chicken-uninstall:
Exit Status
The chicken-uninstall utility exits 0 on success, and >0 if an error occurs.
See Also
chicken(1), chicken-install(1), chicken-status(1)
More information can be found in the CHICKEN User's Manual.
Authors
The CHICKEN Team
Bugs
Submit bug reports by e-mail to chicken-janitors@nongnu.org
Referenced By
chicken(1), chicken-do(1), chicken-install(1), chicken-status(1).