apt - How can I install libgl1-mesa-glx - Ask Ubuntu
https://askubuntu.com/questions/40863821.01.2014 · It is also possible to install the package via dpkg or rpm, on the condition that all dependencies are met.To make sure that this is the case on Ubuntu, open a terminal window to get a command line, (Applications->Accessories->Terminal) and copy and paste the following line: sudo apt-get install libwxgtk2.8-0 libwxbase2.8-0 wx-common libglu1-mesa libgl1-mesa-glx …
depthai-gui · PyPI
https://pypi.org/project/depthai-gui08.03.2021 · sudo apt-get install libgl1-mesa-glx libpulse-dev libxcb-xinerama0 libfontconfig libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-xfixes0 libxcb-xkb1 libxkbcommon-x11-0 Here is a gist showing a working Ubuntu 18.04 example installation based on Docker.
skia-python · PyPI
https://pypi.org/project/skia-pythonInstall. Binary package is available on PyPI: pip install skia-python. Supported platforms: Linux x86_64, aarch64. macOS x86_64, arm64. Windows x86_64. For Linux platforms, there must be OpenGL and fontconfig installed: apt-get install libfontconfig1 libgl1-mesa-glx libgl1-mesa-dri.
pyglview · PyPI
https://pypi.org/project/pyglview26.08.2020 · Install OpenGL native packages, (Ubuntu16/18) # Full OpenGL packages. sudo apt install -y build-essential sudo apt install -y libgtkglext1 libgtkglext1-dev sudo apt install -y libgl1-mesa-dev libglu1-mesa-dev mesa-utils sudo apt install -y freeglut3-dev libglew1.10 libglew-dev libgl1-mesa-glx libxmu-dev sudo apt install -y libglew-dev libsdl2-dev libsdl2-image-dev libglm …