mirror of
https://abf.rosa.ru/djam/urpm-tools.git
synced 2025-02-23 17:32:46 +00:00
69 lines
2.3 KiB
Groff
69 lines
2.3 KiB
Groff
.\" urpm-reposync
|
|
.TH "urpm-reposync" "1" "21 December 2011" "Anton Kirilenko" ""
|
|
.SH "NAME"
|
|
urpm-sync - synchronize packages on your computer with repository
|
|
.SH "SYNOPSIS"
|
|
\fBurpm-reposync\fP [options]
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBurpm-reposync\fP is used to synchronize a set of packages on the local computer with the remote repository
|
|
.PP
|
|
|
|
.SH "OPTIONS"
|
|
.IP "\fB\-h, \-\-help\fP"
|
|
Help; display a help message and then quit.
|
|
.IP "\fB\-v, \-\-verbose\fP"
|
|
Verbose (print additional info)
|
|
.IP "\fB\-q, \-\-quiet\fP"
|
|
Quiet operation
|
|
.IP "\fB\-\-include\-media, \-\-media\fP"
|
|
Use only selected URPM media
|
|
.IP "\fB\-\-exclude\-media\fP"
|
|
Do not use selected URPM media
|
|
.IP "\fB\-a, \-\-auto\fP"
|
|
Do not ask questions, just do it!
|
|
|
|
.IP "\fB\-\-include-media, \-\-media\fP"
|
|
Use only selected URPM media
|
|
.IP "\fB\-\-exclude-media\fP"
|
|
Do not use selected URPM media
|
|
.IP "\fB\-v, \-\-verbose\fP"
|
|
Verbose (print additional info)
|
|
.IP "\fB\-q, \-\-quiet\fP"
|
|
Quiet operation. Senseless without --auto
|
|
.IP "\fB\-a, \-\-auto\fP"
|
|
Do not ask questions, just do it!
|
|
.IP "\fB\-p, \-\-printonly\fP"
|
|
Only print the list of actions to be done and do nothing more!
|
|
.IP "\fB\-d, \-\-download\fP"
|
|
Only download the rpm files, but install or remove nothing.
|
|
.IP "\fB\-n, \-\-noremove\fP"
|
|
Do not remove packages at all. If some installed package prevent another package from beeing updated - do not update it.
|
|
.IP "\fB\-c, \-\-check\fP"
|
|
Download packages and check wether they can be installed to your system, but do not install them.
|
|
.IP "\fB\-k, \-\-nokernel\fP"
|
|
Do nothing with kernels.
|
|
.IP "\fB\-\-runselftests\fP"
|
|
Run self-tests end exit.
|
|
.IP "\fB\-\-detailed\fP"
|
|
Show detailed information about packages are going to be removed or installed (why does it have to be done)
|
|
|
|
|
|
.SH "EXIT CODES"
|
|
.IP \fB0\fP
|
|
Completed successfully
|
|
.IP \fB1\fP
|
|
Error calling external command (urpmq, rpm, etc.). This command output will be printed before exit
|
|
.IP \fB2\fP
|
|
Incorrect command line options combination. For example, if you try to execute it with --auto and --quiet
|
|
.IP \fB3\fP
|
|
Dependencies were resolved incorrectly. Please, contact the tool developer and provide the full program output.
|
|
.IP \fB4\fP
|
|
Inconsistent repository. Please, contact distributive maintainers and show the the output.
|
|
.IP \fB5\fP
|
|
Error while downloading rpm file.
|
|
.PP
|
|
.SH "AUTHORS"
|
|
.nf
|
|
See the Authors file included with this program.
|
|
.fi
|