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 后面要空一格 不然格式錯誤。系統沒有辦法定位文件位置,對上面出現的問題解決