kali linux 镜像源应用程序更新
Posted xinxianquan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kali linux 镜像源应用程序更新相关的知识,希望对你有一定的参考价值。
1、编辑etc/apt文件中的source.list。
编辑 source.list ----->vi /etc/apt/sources.list
替代原先的系统自带的文件的源,网上找到的阿里的替换如下;
deb http://mirrors.aliyun.com/debian wheezy main contrib non-free deb-src http://mirrors.aliyun.com/debian wheezy main contrib non-free deb http://mirrors.aliyun.com/debian wheezy-updates main contrib non-free deb-src http://mirrors.aliyun.com/debian wheezy-updates main contrib non-free deb http://mirrors.aliyun.com/debian-security wheezy/updates main contrib non-free deb-src http://mirrors.aliyun.com/debian-security wheezy/updates main contrib non-free
之后保存文件进行源的更新。
2、因为安装kali Linux的时候我是将所有的文件按照默认的设置的。虚拟磁盘设置只有一个E
3、软件安装出现的依赖关系错误,无法安装的bug,需要重新设置bd
4、在 cd 切换目录的时候注意cd 后面要空一格 不然格式错误。系统没有办法定位文件位置,对上面出现的问题解决
以上是关于kali linux 镜像源应用程序更新的主要内容,如果未能解决你的问题,请参考以下文章