主页 > 知识库 > 安装使用apt-spy来为Ubuntu配置最快的软件源

安装使用apt-spy来为Ubuntu配置最快的软件源

热门标签:地图标注百度百科 去电tm智能电话机器人 湖北防封外呼系统运营商 玉林防封电销卡 i电销机器人 慧营销外呼系统下载 鹤壁点拨外呼系统好用吗 预览式外呼系统有什么用 硅基智能电话外呼系统

1、更新软件包列表并安装apt-spy

复制代码
代码如下:

#apt-get install apt-spy

2、自动下载列表并使用apt-spy测试最快的源

复制代码
代码如下:

#apt-spy update
#apt-spy -d stable -a Asia

3、查看生成的配置文件,里面是最快的源

复制代码
代码如下:

#cat /etc/apt/sources.list.d/apt-spy.list
#cp /etc/apt/sources.list.d/apt-spy.list /etc/apt/sources.list
#apt-get update

几个比较快的

复制代码
代码如下:

deb ftp://ftp.cn.debian.org/debian/ stable main #contrib non-free
deb http://mirrors.163.com/debian/ stable main #contrib non-free
deb-src http://mirrors.163.com/debian/ stable main #contrib non-free
deb http://security.debian.org/ stable/updates main

4、由于依赖关系安装失败的问题
由于ubuntu/debian软件库中有时候不同的库更新速度不一致,apt-get 出出现如下的错误提示
 
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
 
The following packages have unmet dependencies:
  libssl-dev: Depends: libssl0.9.8 (= 0.9.8k-7ubuntu8) but 0.9.8k-7ubuntu8.5 is to be installed
这个时候应该请令一个工具出马了:"aptitude"
使用这个工具,当某个库依赖的库与当前版本不一致时,aptitude 会尝试降级当前这个库的版本,同时解决降级这个库对其它软件的依赖性的影响, 最终成功安装apt-get 没法安装的软件
如:

复制代码
代码如下:
#aptitude install vim-gnome

标签:期货 江苏 达州 厦门 临沂 吴忠 商丘 安阳

巨人网络通讯声明:本文标题《安装使用apt-spy来为Ubuntu配置最快的软件源》,本文关键词  安装,使用,apt-spy,来为,Ubuntu,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《安装使用apt-spy来为Ubuntu配置最快的软件源》相关的同类信息!
  • 本页收集关于安装使用apt-spy来为Ubuntu配置最快的软件源的相关信息资讯供网民参考!
  • 推荐文章