Some questions about FPGA AI Suite environment configuration
I downloaded the Ubuntu system, the system is 20.04
After the system is installed, I want to configure the FPGA AI Suite environment
According to the Getting Started Guide, I first entered the command:
sudo apt-get install --reinstall libappstream4
But it will delete my Linux settings, make my computer unable to connect to the Internet, and uninstall my USB device. The most annoying thing is that in the upper right corner of the Linux system, Power Off/Log Out only has Log Out, and clicking it has no response
So I skipped the command and directly installed the FPGA AI Suite.deb file
sudo apt install ./intel-fpga-ai-suite-ubuntu20_2024.2_amd64.deb
But the above problems still occur, which makes my subsequent environment configuration unable to proceed
I want to know what's going on?
Any help is appreciated