特殊:Badtitle/NS100:AptGet/Offline

来自Ubuntu中文
Zhanshime留言 | 贡献2009年3月8日 (日) 17:55的版本
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

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

Terminology commonly used in offline package management:

  • Local machine : the offline ubuntu computer
  • Remote machine: another computer with broadband Internet connection, used to dowload the packages
  • Removable media: USB keydrive where store the scripts and dowloaded packages. Note that the disc should be formated with a filesystem that can handle long file names such as ext2/ext3, fat32 or vfat.

Synaptic

Command line

It distinguishes the "suites" (backport, multimedia, volatile, stable, testing), and allow you to mix the suites. So if you installed package A from a suite, it will search the updates only on such suite.

Offline repository

How to create a local package repository.

Wget

wget is a computer program that implements simple and powerful content retrieval of files from internet servers

-O

wget -O file

With this -O option, the documents will not be written to the appropriate files, but all will be concatenated together and written to file.

另见


件包部署管理 离线部署 Ubuntu帮助


See also