kali linux 202003 安装parallels to
2020-10-05 本文已影响0人
XdG
1.配置kali linux 的apt-get 源
echo
"deb https://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
deb-src https://mirrors.ustc.edu.cn/kali kali-rolling main non-free "
> /etc/apt/sources.list
apt-get update
apt-get -y install linux-headers-$(uname -r)
4.如果出现错误,则使用如下方法安装linux-header,查看可用的linux-header版本
apt-cache search linux headers
apt-get linux-image-4.14.0-kali-amd64
apt-get linux-headers-4.14.0-kali-amd64
init 6
uname -r
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
dpkg -i google-chrome-stable_current_amd64.deb
kali安装vmtools
apt-get install open-vm-tools-desktop fuse
=====