特殊:Badtitle/NS100:AptGet/Offline/zh:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Tianping留言 | 贡献
Tianping留言 | 贡献
 
第31行: 第31行:
wget -O file
wget -O file
</nowiki></pre>
</nowiki></pre>
With this -O option, the documents will not be written to the appropriate files, but all will be concatenated together and written to file.
 
使用 -O 选项,文档将被合并成一个文件输出。
 
=== See also  ===
=== See also  ===



2009年5月4日 (一) 17:56的最新版本


{{#ifexist: :AptGet/Offline/zh/zh | | {{#ifexist: AptGet/Offline/zh/zh | | {{#ifeq: {{#titleparts:AptGet/Offline/zh|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:AptGet/Offline/zh|1|-1|}} | zh | | }}


新立得软件包管理器

命令行

  • apt-medium
  • AptGet/Offline/PrintUris
  • AptCdrom ,为旧电脑而使用Ubuntu Live CD (Ubuntu自生系统)作为软件包存储库
  • AptOff 脚本
  • apt-offline "apt-offline list" 命令比"apt-get --print-uris"命令要好的多,这是因为它会区分不同的"套件"(移植版,多媒体版,不稳定版,稳定版,测试版),而且还允许你将不同套件之间进行混合搭配.因此你可以从一个套件中只安装A,而不会因此安装其它你不必要的软件.

离线存放

如何建立本地软件包库.

Wget

wget 是一个使用简单而功能却十分强大的下载工具

-O

wget -O file

使用 -O 选项,文档将被合并成一个文件输出。

See also