File: README.md

package info (click to toggle)
synaptic 0.90.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 21,272 kB
  • sloc: cpp: 23,902; xml: 10,562; ansic: 2,084; makefile: 569; sh: 179; sed: 93; python: 82
file content (100 lines) | stat: -rw-r--r-- 4,051 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Synaptic
========

Synaptic is a graphical package management program for apt. It
provides the same features as the apt-get command-line utility with a
GUI front-end based on GTK+ or WINGs.

Synaptic was developed by Alfredo K. Kojima <kojima@conectiva.com.br>
from Connectiva. His last offical released was 0.16. I took over his
CVS version, where he added a nearly complete port to GTK+. I
completed the port and add some new features. See the NEWS file for
the user visible changes from that point on. Connectiva is still
supporting the development of synaptic. Gustavo Niemeyer
<niemeyer@conectiva.com> is a active developer of synaptic.

If you want to use synaptic from the GNOME menu, you should use pkexec
(default) to obtain root privileges. 

Synaptic can display a "Pkg Help" button on Debian systems. If you have 
installed and configured dwww, a help will be display and if you click 
on it, a browser is opened. 

It is also possible on Debian systems to reconfigure debconf packages.
This is done with the help of libgnome2-perl that needs to be installed.

On a Debian system, you can have more than one "release" in your
sources.list file. You can choose which one to use in the "expert" tab
in the preferences dialog. 

All development is done at https://github.com/mvo5/synaptic

Tutorial:
---------
Synaptic is used very much like apt-get. Usually you do a 
"update" which will update the package list from the servers in your
sources.list file. Note that no packages are updated in this step,
only information about the packages. Now you can view what packages
are "upgradeable". To do this, just click on the filter "Upgradeable".
The main list will change and you will see only those packages where
a new version is available on the server. You can now upgrade
inidiviual packages by selecting them and then clicking on the small
"upgrade" button on the left (or double click in the gtk-version) or
thos to upgrade all packages by clicking on the big "Upgrade" button
on the top. No packages will downloaded/upgraded yet, they are only
marked as to be upgraded. You may want to change the filter again to
"Expected Changes" to see what will happen if you continue. If you
like what you see, click "Proceed!" and synaptic will download the
packages and install them. 


Filters:
--------
Synaptic display the main package list according to the filter you
selected. The most simple filter is of course "All packages". But
there are much more filters than that :) You can view the predefiend
filters and make your own filters by clicking on "Filters" above the
main package list. 

Keybindings:
------------
From version 0.20 on, the GTK has some global keybings:
* Alt-K  keep
* Alt-I  install
* Alt-R  remove
* Alt-U  Update individual package
* Alt-L  Update Package List
* Alt-G  upgrade
* Alt-D  DistUpgrade
* Alt-P  proceed
* Ctrl-F find

Command line options:
---------------------
From version 0.25 on, synaptic supports the following command-line options:
 '-f <filename>' or "--filter-file <filename>" = give a alternative filter file
 '-i <int>' or "--initial-filter <int>" = start with filter nr. <int>
 '-r' = open repository screen on startup
 '-o <option>' or "--option <option>" = set a synaptic/apt option (expert only)
 '--set-selections' = feed packages inside synaptic (format is like
                      dpkg --get-selections)
 '--non-interactive' = non-interactive mode (this will also prevent saving 
                       of configuration options)

Selecting Multiple Packages
----------------------------
From 0.25 on, you can select more than one package at a time. You have to
use Shift or Ctrl to select multiple packages. If you click on a action 
(install/upgrade/remove) for multiple packages, the action will be performed
for each package (as you probably already guessed (: ).


Contacting me
-------------
If you have any questions, suggestions or bugreports, send a email
to synaptic-devel@mail.freesoftware.fsf.org or directly to me (mvo@debian.org).


Have fun with synaptic,
 Michael Vogt