1CHICKEN-UNINSTALL(1) General Commands Manual CHICKEN-UNINSTALL(1)
2
3
4
6 chicken-uninstall - uninstall extension library
7
8
10 chicken-uninstall [OPTION | PATTERN] ...
11
12
14 chicken-uninstall removes one or more already installed extension
15 libraries for the CHICKEN Scheme system. PATTERN may be a regular
16 expression naming multiple extensions or just an extension name.
17
18
20 Enter chicken-uninstall -help for a list of supported command-line
21 options.
22
23
25 CHICKEN_PREFIX
26 The installation prefix where CHICKEN Scheme and its support
27 files and libraries are located. Defaults to the installation
28 time prefix given when configuring the system.
29
30
31 CHICKEN_INSTALL_PREFIX
32 An alternative installation prefix that will be prepended to
33 extension installation paths if specified.
34
35
36 CHICKEN_REPOSITORY
37 The path where extension libraries are installed. Defaults to
38 the package-library path selected during configuration (usually
39 $prefix/lib/chicken/<binary-version> )
40
41
42 SUDO The command to execute when using -s flag in command. If not
43 provided, defaults to the sudo(1).
44
45
47 More information can be found in the CHICKEN User's Manual
48
49
51 Submit bug reports by e-mail to chicken-janitors@nongnu.org , pre‐
52 ferrably using the chicken-bug tool.
53
54
56 The CHICKEN Team
57
58
60 chicken-install(1) chicken-status(1) chicken(1) chicken-bug(1)
61
62
63
64 13 Aug 2008 CHICKEN-UNINSTALL(1)