Now Kernel Linux 4.13 is available,You can install it through PPA:
sudo add-apt-repository ppa:canonical-kernel-team/ppa
sudo apt-get update
sudo apt-get install linux-generic-hwe-16.04-edge
After upgrade to linux 4.13,You will found that vmware doesn't work, It will need some works.
sudo su
cd /tmp
cp /usr/lib/vmware/modules/source/vmmon.tar .
tar xf vmmon.tar
rm vmmon.tar
wget https://raw.githubusercontent.com/mkubecek/vmware-host-modules/fadedd9c8a4dd23f74da2b448572df95666dfe12/vmmon-only/linux/hostif.c
mv -f hostif.c vmmon-only/linux/hostif.c
tar cf vmmon.tar vmmon-only
rm -fr vmmon-only
mv -f vmmon.tar /usr/lib/vmware/modules/source/vmmon.tar
vmware-modconfig --console --install-all
That's all.
英文标点符号之后要带空格。英文逗号后的单词开头大小写要视情况决定。
我都是去这个上面直接下载 linux-image-xxxx-generic_xxx_amd64.deb 的
http://kernel.ubuntu.com/~kernel-ppa/mainline/
还有李先生你的语法有些错误,标点和空格使用也有问题。