个人工具

“UbuntuHelp:AptGet/Offline/zh”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
命令行
离线存放
第14行: 第14行:
  
 
[[UbuntuHelp:AptGet/Offline/Repository| 如何建立本地软件包库]].
 
[[UbuntuHelp:AptGet/Offline/Repository| 如何建立本地软件包库]].
 +
=== Wget ===
 +
[http://en.wikipedia.org/wiki/Wget wget] 是一个使用简单而功能却十分强大的下载工具
 +
==== -O ====
 +
<pre><nowiki>
 +
wget -O file
 +
</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.

2009年3月26日 (四) 14:52的版本

新立得软件包管理器

命令行

  • 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

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