dselect.8 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .\" Hey, Emacs! This is an -*- nroff -*- source file.
  2. .TH DSELECT 8 "29th November 1995" "Debian Project" "Debian GNU/Linux"
  3. .SH NAME
  4. dselect \- a user tool to manage Debian GNU/Linux packages
  5. .SH SYNOPSIS
  6. .B dselect
  7. [options]
  8. .br
  9. .B dselect
  10. [options] action ...
  11. .SH DESCRIPTION
  12. .B dselect
  13. is the primary user interface for installing, removing and managing
  14. Debian GNU/Linux packages. It is an front-end to
  15. .B dpkg(8).
  16. Normally
  17. .B dselect
  18. is invoked without parameters, but some commandline parameters are still
  19. available.
  20. The usage of
  21. .B dselect
  22. is pretty self-explanatory, and also an internal help-system is
  23. included, which describes the keystrokes and some general concepts.
  24. .I Read the help.
  25. .SS ACTIONS
  26. .TP
  27. .B access, update, select, install, config, remove
  28. These actions automatically selects corresponding commands from the main
  29. menu, without even showing the main menu to you.
  30. .TP
  31. .B quit
  32. Do nothing but quit.
  33. .TP
  34. .B menu
  35. Displays the default menu. This is equivalent to starting
  36. .B dselect
  37. with no parameters.
  38. .SS OPTIONS
  39. .TP
  40. .B --admindir <directory>
  41. Changes the directory where datafiles are located. This defaults to
  42. .I /var/lib/dpkg.
  43. Note, that these files are just some internal datafiles, actual Debian
  44. packages doesn't have to be located here.
  45. .TP
  46. .B --debug <file> | -D<file>
  47. Turn on debugging. Debugging information is sent to
  48. .I <file>.
  49. .TP
  50. .B --help
  51. Print a brief help text.
  52. .TP
  53. .B --licence
  54. Print the licence of
  55. .B dselect.
  56. .TP
  57. .B --version
  58. Print version information.
  59. .SH BUGS
  60. This manpage doesn't document the options quite correctly, and has
  61. formatting inconsistent with other manpages.
  62. The
  63. .B dselect
  64. package selection interface is confusing or even alarming to the new
  65. user.
  66. There is no easy way automatically to download and install packages
  67. via anonymous FTP.
  68. .SH SEE ALSO
  69. .B deb(5)
  70. ,
  71. .B dpkg-deb(8)
  72. ,
  73. .B dpkg(8)
  74. and
  75. .B deb-control(5)
  76. .SH AUTHOR
  77. .B dselect
  78. was written by Ian Jackson (ijackson@gnu.ai.mit.edu).
  79. This manual page is by Juho Vuori (javuori@cc.helsinki.fi).