source: projects/synaptic/trunk/man/synaptic.8 @ 280

Revision 280, 2.5 KB checked in by yasumichi, 15 years ago (diff)

first import

Line 
1.\"                                      Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH SYNAPTIC 8 "Mar 4, 2004"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh        disable hyphenation
10.\" .hy        enable hyphenation
11.\" .ad l      left justify
12.\" .ad b      justify to both left and right margins
13.\" .nf        disable filling
14.\" .fi        enable filling
15.\" .br        insert line break
16.\" .sp <n>    insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19synaptic \- graphical management of software packages
20.SH SYNOPSIS
21\fBsynaptic\fP [options]
22.br
23.SH DESCRIPTION
24Synaptic is a frontend for the apt package managent system.
25It allows you to perform all actions of the command line tool
26apt-get in a graphical environemnt. This includes installing,
27upgrading, downgrading  and removing of single packages or
28even upgrading your whole system.
29.PP
30A manual with detailed instructions can be found in the help
31menu of Synaptic.
32
33.SH OPTIONS
34Synaptic accepts all of the standard Gtk+ toolkit command line
35options as well as the following:
36.TP
37\fB-f\fR, \fB\-\-filter-file\fR=\fIfilename\fR
38specify an alternative filter settings file
39.TP
40\fB-i\fR, \fB\-\-initial-filter\fR=\fIint\fR
41apply the filter with number \fIint\fR at startup
42.TP
43\fB-o\fR, \fB\-\-option\fR=\fIoption\fR
44set an internal option (experts only)
45
46.SH AUTHORS
47Synaptic was originally developed by Alfredo K. Kojima
48<kojima@conectiva.com.br>. His last official release was 0.16. Michael
49Vogt <mvo@debian.org> took over his CVS version, that already included a
50nearly complete port to Gtk+. Michael completed the port and added new
51features. See the \fINEWS\fR file for the user visible changes from
52that point on. Conectiva is still involved in the development of
53synaptic. Gustavo Niemeyer <niemeyer@conectiva.com> is doing a
54great deal of work.
55.PP
56All development is done at http://savannah.gnu.org/projects/synaptic
57.PP
58This manual page was originally written by Wybo Dekker <wybo@servalys.nl> and
59Michael Vogt <mvo@debian.org> and modified by Sebastian Heinlein
60<sebastian.heinlein@campus.lmu.de>.
61
62.SH COPYRIGHT
63Copyright  (C)  2001-2004 Conectiva S/A
64.PP
65Copyright  (C)  2002-2004 Michael Vogt
66.PP
67There is NO warranty. 
68You may redistribute this software under the terms of  the  GNU
69General  Public License.  For more information about these matters, see
70the files named COPYING.
Note: See TracBrowser for help on using the repository browser.