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*  

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM