Install Required Ubuntu Packages

Install the following packages before you install the Vitis Software Platform.
  1. Install the packages with the following command.
    sudo add-apt-repository ppa:xorg-edgers/ppa 
    sudo apt-get update
    sudo apt-get install libgl1-mesa-glx
    sudo apt-get install libgl1-mesa-dri
    sudo apt-get install libgl1-mesa-dev
    sudo add-apt-repository --remove ppa:xorg-edgers/ppa
    sudo apt install net-tools
    sudo apt-get install -y unzip
    sudo apt install gcc
    sudo apt install g++
    sudo apt install python
    ln -s /usr/bin/python2 /usr/bin/python
    
  2. Cold reboot your system.