- check whether this library is located in our computer
locate -b 'libGLU.so.1'
- install relevant library
https://packages.ubuntu.com/search?keywords=libGLU&searchon=names&suite=jammy§ion=all
go to this website to search the real name of relevant library
I find the package name ranked first is ‘libglu1-mesa’
Then
sudo apt install libglu1-mesa