Home › Forums › Operating Systems › Linux › APP: Install VMWare Workstation Player 16 › Reply To: APP: Install VMWare Workstation Player 16
February 13, 2021 at 4:47 PM
#971

Keymaster
After upgrading the Linux kernel to 5.10, you will have to update to GCC 10.2 in order to use VMPlayer. To do this we need to add a few repositories…
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc g++ gcc-5 g++-5 gcc-6 g++-6 gcc-7 g++-7
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
sudo apt update
sudo apt install g++-10
sudo apt update && sudo apt upgrade