forked from ccr-tools/ccr-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathccr.8
216 lines (216 loc) · 3.85 KB
/
ccr.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
'\" t
.\" Title: ccr
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 03/27/2010
.\" Manual: Pacman Manual
.\" Source: Pacman
.\" Language: English
.\"
.TH "PACKER" "8" "03/27/2010" "Ccr" "Ccr Manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
ccr \- package manager utility for pacman repositories and the CCR
.SH "SYNOPSIS"
.sp
\fIpacman\fR <operation> [options] [packages]
.SH "DESCRIPTION"
.sp
Ccr is a bash wrapper for pacman and the CCR\&. It was designed to be a simple and very fast replacement for the basic functionality of yaourt\&. It allows you to install, update, search, and show information for any package in the main repositories and in the CCR\&. For other commands, such as removing packages, use pacman\&.
.SH "OPERATIONS"
.PP
\fB\-Ss\fR
.RS 4
Search for a package\&.
.RE
.PP
\fB\-S\fR
.RS 4
Install a package\&.
.RE
.PP
\fB\-Syu\fR
.RS 4
Sync with repositories\&.
.RE
.PP
\fB\-Si\fR
.RS 4
Show information for a package\&.
.RE
.PP
\fB\-G\fR
.RS 4
Download and extract CCR package tarballs, but don\(cqt install anything\&.
.RE
.PP
\fB\-h\fR
.RS 4
Show ccr usage\&.
.RE
.SH "OPTIONS"
.PP
\fB\-\-ignore\fR <\'package\'>
.RS 4
Ignore packages\&. Separate package names with a comma\&.
.RE
.PP
\fB\-\-noconfirm\fR
.RS 4
Perform commands without confirmation from the user\&.
.RE
.PP
\fB\-\-noedit\fR
.RS 4
Perform commands without asking if the user wants to edit any installation files\&.
.RE
.PP
\fB\-\-ccronly\fR
.RS 4
Only perform commands for the CCR\&.
.RE
.PP
\fB\-\-devel\fR
.RS 4
Update development packages\&. (cvs, git\&...)
.RE
.PP
\fB\-\-skipinteg\fR
.RS 4
Skip the integrity check by ignoring CCR package MD5 sums\&.
.RE
.SH "INTERACTIVE MODE"
.sp
Use ccr without any operations or options to use the interactive mode\&. Ccr will show a numbered list of search results\&. To install a package, enter the corresponding number\&.
.SH "EXAMPLE USAGE"
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Sync and update all packages:
ccr \-Syu
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Update only CCR packages:
ccr \-Syu \-\-ccronly
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Update, and reinstall packages that were installed from a revision control source:
ccr \-Syu \-\-devel
.RE
.sp
For a package called \fIname\fR:
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Search:
ccr \-Ss \fIname\fR
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Install:
ccr \-S \fIname\fR
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Install without confirmations:
ccr \-S \-\-noconfirm \fIname\fR
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Get information about a package:
ccr \-Si \fIname\fR
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Search and install in interactive mode:
ccr \fIname\fR
.RE
.SH "CONFIGURATION"
.sp
Ccr uses these settings in /etc/pacman\&.conf:
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
IgnorePkg
.RE
.sp
Ccr output will be colorized unless the environmental variable COLOR is set to `NO'.
.sp
To manually edit files, ccr uses the EDITOR variable\&. If EDITOR is not set then the default editor is vi\&.
.SH "SEE ALSO"
.sp
\fBpacman\fR(8)
.SH "AUTHORS"
.sp
Matthew Bruenig <matthewbruenig@gmail\&.com>