dselect.8 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. .\" Japanese Version Copyright (c) 1998 Koichi Sekido
  2. .\" all rights reserved.
  3. .\" Translated Tue Aug 4 15:27:29 JST 1998
  4. .\" by Koichi Sekido <sekido@mbox.kyoto-inet.or.jp>
  5. .\"
  6. .\" WORD: parameter 引数
  7. .\" WORD: user interface ユーザインタフェース
  8. .\" WORD: anonymous FTP 匿名 FTP
  9. .\"
  10. .TH DSELECT 8 "29th November 1995" "Debian Project" "Debian GNU/Linux"
  11. .\" .SH NAME
  12. .SH 名前
  13. .\" dselect \- a user tool to manage Debian GNU/Linux packages
  14. dselect \- Debian GNU/Linux のパッケージを管理するユーザツール
  15. .\" .SH SYNOPSIS
  16. .SH 書式
  17. .\" .B dselect
  18. .\" [options]
  19. .\" .br
  20. .\" .B dselect
  21. .\" [options] action ...
  22. .B dselect
  23. [オプション]
  24. .br
  25. .B dselect
  26. [オプション] アクション ...
  27. .\" .SH DESCRIPTION
  28. .SH 説明
  29. .\" .B dselect
  30. .\" is the primary user interface for installing, removing and managing
  31. .\" Debian GNU/Linux packages. It is an front-end to
  32. .\" .B dpkg(8).
  33. .\" Normally
  34. .\" .B dselect
  35. .\" is invoked without parameters, but some commandline parameters are still
  36. .\" available.
  37. .B dselect
  38. は Debian GNU/Linux のパッケージをインストールしたり削除したり管理したり
  39. するための代表的なユーザインタフェースである。dselect は
  40. .B dpkg(8)
  41. のフロントエンドである。通常
  42. .B dselect
  43. は引数なしで起動されるが、指定可能なコマンドライン引数もある。
  44. .\" The usage of
  45. .\" .B dselect
  46. .\" is pretty self-explanatory, and also an internal help-system is
  47. .\" included, which describes the keystrokes and some general concepts.
  48. .\" .I Read the help.
  49. .B dselect
  50. の使い方は進めながら説明されるようになっている。キー操作と概要を示すヘル
  51. プも含まれている。
  52. .I ヘルプを読まれたい。
  53. .\" .SS ACTIONS
  54. .SS アクション
  55. .TP
  56. .B access, update, select, install, config, remove
  57. .\" These actions automatically selects corresponding commands from the main
  58. .\" menu, without even showing the main menu to you.
  59. これらのアクションは、それぞれに見合ったコマンドをメインメニューから自動
  60. 的に選択する。メインメニューは表示されない。
  61. .TP
  62. .B quit
  63. .\" Do nothing but quit.
  64. 何もせずに終了する。
  65. .TP
  66. .B menu
  67. .\" Displays the default menu. This is equivalent to starting
  68. .\" .B dselect
  69. .\" with no parameters.
  70. デフォルトのメニューを表示する。これは
  71. .B dselect
  72. を引数なしで起動するのと同じことである。
  73. .\" .SS OPTIONS
  74. .SS オプション
  75. .TP
  76. .\" .B --admindir <directory>
  77. .B --admindir <ディレクトリ>
  78. .\" Changes the directory where datafiles are located. This defaults to
  79. .\" .I /var/lib/dpkg.
  80. .\" Note, that these files are just some internal datafiles, actual Debian
  81. .\" packages doesn't have to be located here.
  82. データファイルが位置するディレクトリを変える。デフォルトは
  83. .I /var/lib/dpkg
  84. である。これらのファイルは内部で使用されるデータファイルであり、実際の
  85. Debian パッケージをここに置く必要はないことに注意されたい。
  86. .TP
  87. .\" .B --debug <file> | -D<file>
  88. .B --debug <ファイル> | -D<ファイル>
  89. .\" Turn on debugging. Debugging information is sent to
  90. .\" .I <file>.
  91. デバッギングを有効にする。デバッグ情報は
  92. .I <ファイル>
  93. に送られる。
  94. .TP
  95. .B --help
  96. .\" Print a brief help text.
  97. 簡単なヘルプを表示する。
  98. .TP
  99. .B --licence
  100. .\" Print the licence of
  101. .\" .B dselect.
  102. .B dselect
  103. のライセンスを表示する。
  104. .TP
  105. .B --version
  106. .\" Print version information.
  107. バージョン情報を表示する。
  108. .\" .SH BUGS
  109. .SH バグ
  110. .\" This manpage doesn't document the options quite correctly, and has
  111. .\" formatting inconsistent with other manpages.
  112. このマニュアルページは必ずしもオプションを正確に記述していない。また他の
  113. マニュアルページとの間でフォーマットに矛盾がある。
  114. .\" The
  115. .\" .B dselect
  116. .\" package selection interface is confusing or even alarming to the new
  117. .\" user.
  118. .B dselect
  119. パッケージ選択のインタフェースは混乱を招きやすく、新しいユーザを不安にさ
  120. せることすらある。
  121. .\" There is no easy way automatically to download and install packages
  122. .\" via anonymous FTP.
  123. .\" (訳出せず)
  124. .\" .SH SEE ALSO
  125. .SH 関連項目
  126. .B deb(5)
  127. ,
  128. .B dpkg-deb(8)
  129. ,
  130. .B dpkg(8)
  131. .\"and
  132. ,
  133. .B deb-control(5)
  134. .\" .SH AUTHOR
  135. .SH 著者
  136. .\" .B dselect
  137. .\" was written by Ian Jackson (ijackson@gnu.ai.mit.edu).
  138. .\" This manual page is by Juho Vuori (javuori@cc.helsinki.fi).
  139. .B dselect
  140. は Ian Jackson (ijackson@gnu.ai.mit.edu) によって書かれた。このマニュア
  141. ルページは Juho Vuori (javuori@cc.helsinki.fi) の手による。
  142. .SH 翻訳者
  143. 関戸 幸一 <sekido@mbox.kyoto-inet.or.jp>
  144. .\" Local Variables:
  145. .\" mode: nroff
  146. .\" comment-start: "\.\\\" "
  147. .\" End: