怎么同时运行多个软件管理工具
-
- 帖子: 11
- 注册时间: 2008-01-15 13:25
怎么同时运行多个软件管理工具
在下载时总只能一次下载一个项目,怎么同时运行多个软件管理工具?
- BigSnake.NET
- 帖子: 12522
- 注册时间: 2006-07-02 11:16
- 来自: 廣州
- 联系:
- hethe
- 帖子: 3666
- 注册时间: 2005-08-01 9:14
- BigSnake.NET
- 帖子: 12522
- 注册时间: 2006-07-02 11:16
- 来自: 廣州
- 联系:
-
- 帖子: 431
- 注册时间: 2008-04-30 21:40
- kofshower
- 帖子: 1343
- 注册时间: 2007-03-13 11:23
- 联系:
这个对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
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
上次由 kofshower 在 2008-07-03 4:54,总共编辑 1 次。
"We are all in the mud, but some of us are looking at the stars." (Oscar Wilde)
We are not born for ourselves.
人生天地间,并非为自己
Homepage:http://sites.google.com/site/polarisnotme/
We are not born for ourselves.
人生天地间,并非为自己
Homepage:http://sites.google.com/site/polarisnotme/
- kofshower
- 帖子: 1343
- 注册时间: 2007-03-13 11:23
- 联系:
从思路上Debian掉其他的包管理工具不是难事,LZ只要求下载,并没有要求同时安装啊。其实想一想windows就明白了新立得只是类似win installer的一种服务。所以基于这种服务的安装是mutex的,一次只能安装一个。可是下载没有限制。那个人就是用perl脚本实现了一个,然后调wget去取包。
类似东西自己看apt仓库,里面甚至有p2p版本的apt
类似东西自己看apt仓库,里面甚至有p2p版本的apt
"We are all in the mud, but some of us are looking at the stars." (Oscar Wilde)
We are not born for ourselves.
人生天地间,并非为自己
Homepage:http://sites.google.com/site/polarisnotme/
We are not born for ourselves.
人生天地间,并非为自己
Homepage:http://sites.google.com/site/polarisnotme/
- 后之后觉
- 帖子: 252
- 注册时间: 2008-05-15 13:16
收藏了,估计以后什么时候想不开的时候就像用用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