~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to README.supported

  • Committer: Michael Terry
  • Date: 2011-09-26 16:30:35 UTC
  • Revision ID: michael.terry@canonical.com-20110926163035-bck8ol261ksu1gmi
move to lp:ubuntu/synaptic

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Task support for synaptic
2
 
-------------------------
3
 
 
4
 
 
5
 
Synaptic works on quite a few distributions. To make support for the
6
 
various task systems easy synaptic needs a helper application called
7
 
"tasksel" (or any other helper that can be speficified with 
8
 
"-o Synaptic::taskHelperProg=prog"). It has to support the following
9
 
commands:
10
 
 
11
 
--list-tasks: returns a list of the format
12
 
              "$installed $taskname\t$task-short-description" 
13
 
              where $installed can be 'i' (installed) or 'u' (uninstalled)
14
 
 
15
 
--task-packages $task: list the packages included in the given task
16
 
                       this option can be used more than once for
17
 
                       different tasks
18
 
 
19
 
--task-desc $task: print a long description about the given task
20
 
 
21
 
 
22
 
Examples:
23
 
 
24
 
$ tasksel --list-tasks
25
 
database-server SQL database
26
 
i desktop Desktop environment
27
 
u dns-server      DNS server
28
 
u file-server     File server
29
 
u mail-server     Mail server
30
 
u print-server    Print server
31
 
u web-server      Web server
32
 
 
33
 
$ tasksel --task-packages dns-server --task-packages print-server
34
 
bind9
35
 
bind9-doc
36
 
dlint
37
 
dnsutils
38
 
lwresd
39
 
cupsys
40
 
cupsys-bsd
41
 
cupsys-client
42
 
cupsys-driver-gimpprint
43
 
foomatic-db-engine
44
 
foomatic-db-hpijs
45
 
foomatic-filters-ppds
46
 
foomatic-gui
47
 
samba
48
 
samba-doc
49
 
smbclient
50
 
smbfs
51
 
swat
52
 
 
53
 
$ tasksel --task-desc desktop           
54
 
This task provides basic "desktop" software, including a variety of session managers, file managers and web browsers. It incorporates both the GNOME and KDE desktops, and provides a display manager which lets the user choose between the two.
55