~apt-fast/apt-fast/git-import

« back to all changes in this revision

Viewing changes to man/apt-fast.8

  • Committer: lasserre.d at gmail
  • Date: 2017-11-11 04:01:23 UTC
  • Revision ID: lasserre.d@gmail.com-20171111040123-yav8n8gkt5j5lv3a
Initial import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\"
 
2
.\" Man page for apt-fast
 
3
.\"
 
4
.\" Copyright: 2012, Dominique Lasserre <lasserre.d@gmail.com>
 
5
.\"
 
6
.\" You may distribute this file under the terms of the GNU General
 
7
.\" Public License as published by the Free Software Foundation; either
 
8
.\" version 3 of the License, or (at your option) any later version.
 
9
.\"
 
10
.TH "APT\-FAST" "8" "2012-10-11" "apt\-fast 1.8" "apt\-fast Manual"
 
11
.SH "NAME"
 
12
.LP
 
13
apt\-fast \- shellscript wrapper for apt\-get or aptitude to speed up downloads
 
14
.SH "SYNOPSIS"
 
15
.LP
 
16
\fBapt\-fast\fR [apt\-get options and arguments]
 
17
.br
 
18
\fBapt\-fast\fR [aptitude options and arguments]
 
19
.br
 
20
\fBapt\-fast\fR { { \fIinstall\fP | \fIupgrade\fP | \fIdist-upgrade\fP |
 
21
\fIbuild-dep\fP | \fIdownload\fP | \fIsource\fP }
 
22
[ \-y | \-\-yes | \-\-assume\-yes | \-\-assume\-no ] <package1> <package2> ... |
 
23
\fIclean\fP }
 
24
.SH "DESCRIPTION"
 
25
.LP
 
26
\fBapt\-fast\fR is a shellscript wrapper for apt\-get or aptitude that can
 
27
drastically improve APT download times by downloading packages in parallel,
 
28
with multiple connections per package.
 
29
.br
 
30
It uses \fBaria2c\fR(1) as default download accelerator.
 
31
.LP
 
32
For every command or option you can use either \fBapt\-get\fR(8) or
 
33
\fBaptitude\fR(1) syntax, depending which package manager you have selected
 
34
with \fB_APTMGR\fR configuration item. See \fBapt-fast.conf\fR(5) for detailed
 
35
description of configuration items.
 
36
.LP
 
37
Commands listed here use download accelerator to retrieve new packages or
 
38
influence \fBapt\-fast\fR in different ways. See documentation of selected
 
39
package manager to get overview of all commands available.
 
40
.TP
 
41
\fBinstall\fR <\fIpackage1\fP> <\fIpackage2\fP> ...
 
42
 Install one or more packages. The packages should be listed after the
 
43
“install” command.
 
44
.TP
 
45
\fBupgrade\fR
 
46
Upgrade currently installed packages to newest or pinned versions. Under no
 
47
circumstances are currently installed packages removed, or packages not
 
48
already installed retrieved and installed.
 
49
.TP
 
50
\fBdist\-upgrade\fR
 
51
Same as \fBupgrade\fR command, but currently installed packages can be removed,
 
52
or packages not already installed retrieved and installed.
 
53
.TP
 
54
\fBbuild\-dep\fR <\fIpackage1\fP> <\fIpackage2\fP> ...
 
55
Install build dependencies of one or more packages. The packages should be
 
56
listed after the “build\-dep” command.
 
57
.TP
 
58
\fBdownload\fR <\fIpackage1\fP> <\fIpackage2\fP> ...
 
59
Download packages to current working directory. It depends on download helper
 
60
if already downloaded packages are recognised.
 
61
.TP
 
62
\fBsource\fR <\fIpackage1\fP> <\fIpackage2\fP> ...
 
63
Download source packages to current working directory and extract source
 
64
archives. It depends on download helper if already downloaded source packages
 
65
are recognised.
 
66
.TP
 
67
\fBclean\fR
 
68
Clean package cache (configuration item \fBAPTCACHE\fR) and temporary download
 
69
directory (configuration item \fBDLDIR\fR). Also remove temporary download list
 
70
file (configuration item \fBDLLIST\fR).
 
71
.SH "OPTIONS"
 
72
Options listed here influence \fBapt\-fast\fR behavior. See
 
73
documentation of selected package manager to get overview of all options
 
74
available.
 
75
.LP
 
76
.TP
 
77
\fB\-y\fR, \fB\-\-yes\fR, \fB\-\-assume\-yes\fR
 
78
Automatic "yes" to prompts; assume "yes" as answer to all prompts and run
 
79
non\-interactively. Sets \fBDOWNLOADBEFORE\fR configuration item to "true".
 
80
.TP
 
81
\fB\-\-assume\-no\fR
 
82
Automatic "no" to all prompts. Unsets \fBDOWNLOADBEFORE\fR configuration
 
83
item.
 
84
.SH "FILES"
 
85
.TP
 
86
/etc/apt\-fast.conf
 
87
Configuration file. See \fBapt\-fast.conf\fR(5) for detailed description.
 
88
.TP
 
89
/tmp/apt-fast.list
 
90
Temporary download list file. Configuration item: \fBDLLIST\fR
 
91
.TP
 
92
/var/cache/apt/archives/apt-file/
 
93
Temporary download location where download accelerator retrieves packages
 
94
before \fBapt\-fast\fR moves them to package cache. Configuration item:
 
95
\fBDLDIR\fR
 
96
.SH "BUGS"
 
97
Use Launchpad bug tracker to report package related bugs (please add debconf
 
98
related information with 'debconf-show apt-fast'):
 
99
.br
 
100
https://bugs.launchpad.net/apt-fast/+filebug
 
101
.LP
 
102
To report bugs upstream use GitHub issue tracker:
 
103
.br
 
104
https://github.com/ilikenwf/apt-fast/issues/new
 
105
.SH "SEE ALSO"
 
106
.LP
 
107
\fBapt-fast.conf\fR(5)
 
108
.br
 
109
\fBapt\-get\fR(8),
 
110
\fBaptitude\fR(8),
 
111
\fBaria2c\fR(1),