Parent Directory
|
Revision Log
* Denis Barbier
- Remove a trailing space in tasks/{c-dev,chinese-t,python-dev}
and update tasks/po/{de,no}.po
- Add tasks/po/fr.po. Closes: #204554
- Fix a typo in news-server. Closes: #204145
- Patched data.c to split multi-paragraph descriptions into
separate gettext calls. Closes: #203829
* Joey Hess
- Remove openoffice.org-spellcheck-de-* from German task, no such packages
any more, and I cannot find a replacement.
- Add a Norwegian language task from Petter Reinholdtsen. Closes: #205360
- Provisionally switched print server task to CUPS. We're not sure
which is the better choice, and continue to solicit comments on this
change. Closes: #205358
- Use apt-cache dumpavail via popen, instead of reading the often
outdated available file. Closes: #114721, #192306, #211072
- Doc updates for above change.
| 1 | =head1 NAME |
| 2 | |
| 3 | tasksel - a user interface for installing tasks |
| 4 | |
| 5 | =head1 SYNOPSIS |
| 6 | |
| 7 | tasksel install <task> |
| 8 | |
| 9 | tasksel [options] |
| 10 | |
| 11 | =head1 DESCRIPTION |
| 12 | |
| 13 | tasksel shows all available tasks and allows to user to select |
| 14 | ones to install |
| 15 | |
| 16 | =head1 OPTIONS |
| 17 | |
| 18 | =over 4 |
| 19 | |
| 20 | =item B<-t> |
| 21 | |
| 22 | test mode; don't actually run apt-get on exit |
| 23 | |
| 24 | =item B<-q> |
| 25 | |
| 26 | queue installs; do not install packages with apt-get; just |
| 27 | queue them in dpkg |
| 28 | |
| 29 | =item B<-r> |
| 30 | |
| 31 | install all required-priority packages |
| 32 | |
| 33 | =item B<-i> |
| 34 | |
| 35 | install all important-priority packages |
| 36 | |
| 37 | =item B<-s> |
| 38 | |
| 39 | install all standard-priority packages |
| 40 | |
| 41 | =item B<-n> |
| 42 | |
| 43 | don't show UI; use with -r or -i usually |
| 44 | |
| 45 | =item B<-a> |
| 46 | |
| 47 | show all tasks, even those with no packages in them |
| 48 | |
| 49 | =back |
| 50 | |
| 51 | =head1 SEE ALSO |
| 52 | |
| 53 | dpkg(8), apt-get(8) |
| 54 | |
| 55 | =head1 FILES |
| 56 | |
| 57 | F</usr/share/tasksel/debian-tasks.desc> |
| 58 | |
| 59 | =head1 AUTHOR |
| 60 | |
| 61 | tasksel was written by Randolph Chung E<lt>tausq@debian.orgE<gt>. |
| 62 | |
| 63 | =head1 HISTORY |
| 64 | |
| 65 | This document first appeared with tasksel-1.0 |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |