~laney/gdebi/vte2.91

« back to all changes in this revision

Viewing changes to data/gdebi.1

  • Committer: Michael Vogt
  • Date: 2014-07-25 22:05:45 UTC
  • Revision ID: michael.vogt@ubuntu.com-20140725220545-k9bzxk1vdukbwqdi
mention ability to resolve build-dependencies from a debian/control
file, thanks to Axel Beckert

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
.SH DESCRIPTION
8
8
gdebi lets you install local deb packages resolving and installing its
9
9
dependencies. apt does the same, but only for remote (http, ftp) located
10
 
packages.
 
10
packages. It can also resolve build-depends of debian/control files.
11
11
.SH OPTIONS
12
12
.TP
13
13
\fB\-\-version\fR
30
30
.TP
31
31
\fB\-\-root=\fIROOTDIR\fR
32
32
Use alternative root dir.
33
 
.TP
 
33
.SH EXAMPLES
 
34
.nf
 
35
.RS
 
36
gdebi foo_1.0_all.deb
 
37
gdebi foo-1.0/debian/control
 
38
.RE
 
39
.fi
34
40
.SH SEE ALSO
35
41
Homepage: <https://launchpad.net/gdebi/>
36
42
.SH AUTHOR