个人工具

“UbuntuHelp:PackageCDs”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{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...)
(没有差异)

2007年5月24日 (四) 15:34的版本

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".