You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
installation failing on Ubuntu 23.10 at step where it tries to install libgl1-mesa-glx
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 23.10
Release: 23.10
Codename: mantic
+ for i in "${REQUIRED_PKG[@]}"
++ dpkg-query -W '-f=${Status}' libgl1-mesa-glx
++ grep -c 'ok installed'
+ '[' 0 -eq 0 ']'
+ apt install --no-install-recommends -y libgl1-mesa-glx
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libgl1-mesa-glx is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libgl1-mesa-glx' has no installation candidate
The text was updated successfully, but these errors were encountered:
installation failing on Ubuntu 23.10 at step where it tries to install libgl1-mesa-glx
The text was updated successfully, but these errors were encountered: