Line | |
---|
1 | .TH EASYPACK 1
|
---|
2 | .SH NAME
|
---|
3 | easypack \- Fetch and install a package
|
---|
4 | .SH SYNOPSIS
|
---|
5 | \fBeasypack\fR [\fB\-\fIo\fR]
|
---|
6 | .br
|
---|
7 | .de FL
|
---|
8 | .TP
|
---|
9 | \\fB\\$1\\fR
|
---|
10 | \\$2
|
---|
11 | ..
|
---|
12 | .de EX
|
---|
13 | .TP 20
|
---|
14 | \\fB\\$1\\fR
|
---|
15 | # \\$2
|
---|
16 | ..
|
---|
17 | .SH OPTIONS
|
---|
18 | .FL "\-\fIo\fR" "If package is already installed, overwrite it
|
---|
19 | .SH EXAMPLES
|
---|
20 | .EX "easypack gzip-1.2.4" "Fetch gzip-1.2.4 package"
|
---|
21 | .EX "easypack -o indent telnet" "Refetch these 2 packages"
|
---|
22 | .SH DESCRIPTION
|
---|
23 | .PP
|
---|
24 | MINIX 3 user programs, such as emacs, kermit, and telnet are
|
---|
25 | organized into packages. The complete list is avail\%able at
|
---|
26 | \fIwww.minix3.org/software\fR. While most packages are included
|
---|
27 | on the downloadable CD-ROM image, the larger ones are not.
|
---|
28 | Any package can be easily downloaded and installed by just
|
---|
29 | giving one simple easypack command listing the package names
|
---|
30 | taken from the Website.
|
---|
31 | Each package is a .tar.bz2 file that is fetched from \fIwww.minix3.org\fR,
|
---|
32 | and then copied to \fI/usr/src/commands\fR, decompressed and untarred.
|
---|
33 | Then the \fIbuild\fR script in the top-level directory is executed
|
---|
34 | to install it. This command should be called when logged in as bin
|
---|
35 | to provide write access to the relevant directories. A log file,
|
---|
36 | \fILog\fR, is produced for debugging in case building fails.
|
---|
37 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.