-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpkguse.8
91 lines (88 loc) · 1.59 KB
/
pkguse.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.TH pkguse 8 2019 1.19
.SH NAME
.B pkguse
- Synchronize CRUX-3.5 packages with MasterHost
.SH SYNOPSIS
.B pkguse [options] [arguments]
.SH DESCRIPTION
The shell script
.B pkguse
is a simple network package manager.
.SH OPTIONS
.TP
.I -d
Remove specified packages
.TP
.I -f
Force installation
.TP
.I -h
Display help
.TP
.I -i
Ignore inverse dependencies
.TP
.I -k
Install kernel
.TP
.I -l
List of files that do not belong to installed packages
.TP
.I -r ROOT
Specify alternative installation root
.TP
.I -s
Synchronize packages, default:
.I compare
.TP
.I -u URL
MasterHost URL, default:
.I http://crux/CRUX-3.5
.SH ARGUMENTS
Package or group names
.SH EXAMPLES
.B 1.
Check for differences in installed packages with MasterHost:
# pkguse
.B 2.
Synchronize installed packages with MasterHost:
# pkguse -s
.SH EXIT STATUS
.B 0
- successful completion.
.br
.B 1
- error termination.
.SH FILES
.TP
.I http://crux/CRUX-3.5/
Default URL for download required files.
.TP
.I http://crux/CRUX-3.5/PKG.use
List of packages in order of dependencies for installation, created by
.BR pkgnew .
.TP
.I http://crux/CRUX-3.5/CRUX-3.5-kernel.run
Default Linux kernel installation script
.TP
.I http://crux/CRUX-3.5/CRUX-3.5-{HOSTNAME}-kernel.run
Linux kernel installation script for a specific
.I HOSTNAME
.TP
.I /usr/bin/wget
Used by
.B pkguse
to download required files.
.SH SEE ALSO
.BR pkgadd (8),
.BR pkginfo (8),
.BR pkgnew (8),
.BR pkgrm (8),
.BR rejmerge (8),
.BR wget (1).
.SH REPORTING BUGS
Report any errors to the author below.
.SH AUTHOR
Roman Oreshnikov <r.oreshnikov@gmail.com>.
.SH COPYRIGHT
Copyright 2019 by Roman Oreshnikov