0001_ubuntu 20安装vmware时的报错-“GCC未安装和Build environment error! A required application is missing and Modconfig can not continue. xzCheck the log for more details.”的解决方案

1.安装GCC:

   sudo apt-get install gcc            #安装gcc

   gcc --version                            #查看gcc版本

2.解决“Build environment error! A required application is missing and Modconfig can not continue. xzCheck the log for more details.”

  #将ubuntu-make加入apt软件仓库的列表并安装

  sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make               

  sudo apt update

  sudo apt install ubuntu-make

  #重新配置modconfig

  sudo vmware-modconfig --console --install-all       

  #安装canberra的库

  sudo apt-get install libcanberra*  

 

posted @ 2020-08-30 10:30  潇狼  阅读(1962)  评论(0)    收藏  举报