projects
/
shellsnippets
/
shellsnippets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
a mirabilos-support support script
[shellsnippets/shellsnippets.git]
/
mksh
/
sysadmin
/
agus.1
1
.Dd May 19, 2019
2
.Dt AGUS 1
3
.Os
4
.Sh NAME
5
.Nm agus
6
.Nd call apt\-get update
7
.Sh SYNOPSIS
8
.Nm agus
9
.Op Fl f
10
.Op Ar apt\-get\-options
11
.Sh DESCRIPTION
12
The
13
.Nm
14
utility calls
15
.Nm apt\-get
16
.Ar update ,
17
then optimises the
18
.Nm dpkg
19
database.
20
Unless
21
.Fl f
22
is given,
23
.Nm sync\-available
24
is called when installed.
25
.Sh SEE ALSO
26
.Xr dpkg 1 ,
27
.Xr apt\-get 8
28
.Sh AUTHORS
29
.An Thorsten Glaser Aq t.glaser@tarent.de
30
wrote this script.
31
The optimisation techniques were provided by Planet Debian posts.