个人工具

UbuntuHelp:PackageCDs

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月24日 (四) 15:34的版本 (新页面: {{From|https://help.ubuntu.com/community/PackageCDs}} {{Languages|UbuntuHelp:PackageCDs}} If you cannot use the DVD images for some reason or want to help a friend with low internet bandw...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

If you cannot use the DVD images for some reason or want to help a friend with low internet bandwidth, here is a simple way to make your own transportable package CD:

1. Download all needed packages

2. Put them all in one directory

3. Open a terminal window, cd to the directory

4. Type "dpkg-scanpackages . /dev/null | gzip > Packages.gz"

5. Burn the directory on CD

You can later add the CD as a package source with "sudo apt-cdrom add".