Score:0

Cannot install Zoom or Webex Meetings: Unsatisfiable dependency libgl1-mesa-glx

it flag

I cannot install any meeting software in Ubuntu 21.04.

I have tried-

  • Zoom
  • Cisco Webex Meetings

Whenever I try to install any of these, I am shown that I have unmet dependencies.

I have also tried installing Zoom with gdebi, but it did not work as well.

If I run-

sudo gdebi Downloads/zoom_amd64.deb

I get-

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

Reading state information... Done

This package is uninstallable

Dependency is not satisfiable: libgl1-mesa-glx

So, when I try to install it-

sudo apt install libgl1-mesa-glx

I get-

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

When I try to install Webex in the same way, same problem-

This package is uninstallable

Dependency is not satisfiable: libgl1-mesa-glx

Here's what the apt GUI installer shows-

https://i.postimg.cc/mDbNXJMN/MBg-SCz-Fh-QDGV.png

I have reached an impasse. How do I deal with this?

Master_Nachi avatar
sb flag
Try with apt-get instead of apt. Commands --> `sudo apt-get install libgl1-mesa-glx`. If this does not work, run `sudo apt autoremove && sudo apt update`. I don`t remember, but one of them worked for me.
AvSaba avatar
ru flag
Maybe you're missing some of the repositories. if @Master_Nachi solution didn't work please post the result of `cat /etc/apt/sources.list`
swift_truth avatar
it flag
@AvestaSabayemoghadam [here](https://pastebin.com/6Ggw6D75) is the output of `cat /etc/apt/sources.list`
swift_truth avatar
it flag
@N0rbert , it did not help.
Score:3
ru flag

You seem to be missing the main repository. To add it simply run the following commands:

sudo add-apt-repository main
sudo apt update

after that you should be able to install libgl1-mesa-glx

swift_truth avatar
it flag
That totally worked. Thanks. I have never seen this happen. Any idea why this happened?
AvSaba avatar
ru flag
@swift_truth Maybe you have accidentally disabled it from Software & Updates? Nothing else come into my mind.
swift_truth avatar
it flag
Could be the case. Thanks.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.