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