分页: 1 / 1
怎么同时运行多个软件管理工具
发表于 : 2008-07-02 12:08
由 yangyb
在下载时总只能一次下载一个项目,怎么同时运行多个软件管理工具?
发表于 : 2008-07-02 12:10
由 BigSnake.NET
不可能
发表于 : 2008-07-02 12:12
由 hethe
思路都有问题

发表于 : 2008-07-02 14:38
由 sheji
没表达清楚,,,应该是 用“新”工具来下载这个意思吧?
发表于 : 2008-07-02 16:40
由 yangyb
不好意思,是在终端里同时下载多个软件
发表于 : 2008-07-02 17:27
由 BigSnake.NET
yangyb 写了:不好意思,是在终端里同时下载多个软件
暂时没有这种软件, LZ去开发一个..
发表于 : 2008-07-03 0:59
由 sheji
没试过这个,也没有经验。
不过按我对linux的想象,是可以开多个终端来实现对多个软件的下载的。
只是下载了,是不是符合你在终端下使那种“傻瓜式操作”有效,及会不会认你另外终端下下载的软件,,,就不得而知了。
发表于 : 2008-07-03 3:41
由 hecha
新立得可以导出下载脚本, 可以拆开放在几个终端上运行
不过同时下多少个也不会增加速度的, 要这个有什么用?
发表于 : 2008-07-03 4:49
由 kofshower
这个对lz的问题有帮助
http://apt-mirror.sourceforge.net/
————————————————————————————--
A small and efficient tool that lets you mirror a part of or the whole Debian GNU/Linux distribution or any other apt sources.
Main features:
* It uses a config similar to apts <sources.list>
* It's fully pool comply
* It supports multithreaded downloading
* It supports multiple architectures at the same time
* It can automatically remove unneeded files
* It works well on overloaded channel to internet
* It never produces an inconsistent mirror including while mirroring
* It works on all POSIX complied systems with perl and wget
发表于 : 2008-07-03 4:53
由 kofshower
从思路上Debian掉其他的包管理工具不是难事,LZ只要求下载,并没有要求同时安装啊。其实想一想windows就明白了新立得只是类似win installer的一种服务。所以基于这种服务的安装是mutex的,一次只能安装一个。可是下载没有限制。那个人就是用perl脚本实现了一个,然后调wget去取包。
类似东西自己看apt仓库,里面甚至有p2p版本的apt
发表于 : 2008-07-03 7:17
由 后之后觉
kofshower 写了:这个对lz的问题有帮助
http://apt-mirror.sourceforge.net/
————————————————————————————--
A small and efficient tool that lets you mirror a part of or the whole Debian GNU/Linux distribution or any other apt sources.
Main features:
* It uses a config similar to apts <sources.list>
* It's fully pool comply
* It supports multithreaded downloading
* It supports multiple architectures at the same time
* It can automatically remove unneeded files
* It works well on overloaded channel to internet
* It never produces an inconsistent mirror including while mirroring
* It works on all POSIX complied systems with perl and wget
收藏了,估计以后什么时候想不开的时候就像用用