-
Notifications
You must be signed in to change notification settings - Fork 0
/
shoppe.8
113 lines (113 loc) · 2.7 KB
/
shoppe.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH SHOPPE "1" "October 2019" "shoppe 1.3.0" "User Commands"
.SH NAME
shoppe \- manual page for shoppe 1.3.0
.SH SYNOPSIS
.B shoppe
\fI\,function \/\fR[\fI\,options\/\fR]
.SH DESCRIPTION
shoppe is a portable package manager that uses the system's native
package manager to suppliment packages that are not available in
shoppe's repositories. It can act as a frontend for most package
managers, and also works as a package manager itself.
.PP
It can serve as an alternative to projects like snap or flatpak,
as it allows packages to be installed on multiple distributions
without having to create separate packages for each distribution.
Unlike these projects, however, shoppe is not sandboxed,
and everything is installed natively.
.PP
More documentation is available at \fI\,/usr/share/doc/shoppe\/\fP.
.PP
Commands:
.IP
install <packages>
.IP
Installs packages. This automatically takes care of full (prebuilt)
packages and shoppepkg files.
.IP
remove <packages>
.IP
Removes packages.
.IP
update
.IP
Updates repository data.
.IP
upgrade
.IP
Upgrades all packages.
.IP
info <packages>
.IP
Shows information about a package. You can also use 'info installed'
to show all installed packages.
.IP
listall
.IP
Lists all installed packages.
.IP
addrepo <repositories>
.IP
Adds a repository (or multiple repositories). Automatically
chooses the repository type.
.IP
help
.IP
Displays a short summary of available commands.
.SH OPTIONS
.HP
\fB\-h\fR, \fB\-\-help\fR
.IP
Displays a short summary of available commands and exits.
.HP
\fB\-v\fR, \fB\-\-version\fR
.IP
Displays the current version and exits.
.HP
\fB\-s\fR, \fB\-\-skip\-frontend\fR
.IP
Forcefully skips the frontend.
.HP
\fB\-c\fR, \fB\-\-skip\-frontend\-for\-chosen\-packages\fR
.IP
Forcefully skips the frontend, but only for packages that
have been specified in the command (so in a command like
\&'shoppe install pkg1 pkg2' pkg1 and pkg2 will be skipped
by the frontend, but their dependencies will not).
.HP
\fB\-y\fR, \fB\-\-noconfirm\fR
.IP
Automatically answers all prompts.
.HP
\fB\-f\fR, \fB\-\-force\fR
.IP
Forces certain commands and skips certain checks.
.HP
\fB\-b\fR, \fB\-\-forcebuild\fR
.IP
Forces packages to be built manually.
.HP
\fB\-p\fR, \fB\-\-packagemake\fR
.IP
Creates a package.
.HP
\fB\-\-skip\-errors\fR
.IP
Do not exit when errors occur. Not reccomended.
.HP
\fB\-\-skip\-frontend\-query\fR
.IP
Automatically assume all packages are available from the frontend.
.SH "SEE ALSO"
The full documentation for
.B shoppe
is maintained as a Texinfo manual. If the
.B info
and
.B shoppe
programs are properly installed at your site, the command
.IP
.B info shoppe
.PP
should give you access to the complete manual.