File: README.tasks

package info (click to toggle)
synaptic 0.62.1%2Bnmu1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 11,700 kB
  • ctags: 2,455
  • sloc: cpp: 22,377; xml: 7,938; ansic: 2,084; sh: 1,354; makefile: 632; sed: 93; python: 71
file content (55 lines) | stat: -rw-r--r-- 1,546 bytes parent folder | download | duplicates (19)
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
Task support for synaptic
-------------------------


Synaptic works on quite a few distributions. To make support for the
various task systems easy synaptic needs a helper application called
"tasksel" (or any other helper that can be speficified with 
"-o Synaptic::taskHelperProg=prog"). It has to support the following
commands:

--list-tasks: returns a list of the format
              "$installed $taskname\t$task-short-description" 
	      where $installed can be 'i' (installed) or 'u' (uninstalled)

--task-packages $task: list the packages included in the given task
                       this option can be used more than once for
                       different tasks

--task-desc $task: print a long description about the given task


Examples:

$ tasksel --list-tasks
database-server SQL database
i desktop Desktop environment
u dns-server      DNS server
u file-server     File server
u mail-server     Mail server
u print-server    Print server
u web-server      Web server

$ tasksel --task-packages dns-server --task-packages print-server
bind9
bind9-doc
dlint
dnsutils
lwresd
cupsys
cupsys-bsd
cupsys-client
cupsys-driver-gimpprint
foomatic-db-engine
foomatic-db-hpijs
foomatic-filters-ppds
foomatic-gui
samba
samba-doc
smbclient
smbfs
swat

$ tasksel --task-desc desktop           
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.