I am trying to install the Zoom app in my Lubuntu 18.04 laptop, but I have the issue shown below:
$ sudo apt-get install libxcb-xtest0
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxcb-xtest0 is already the newest version (1.13-1).
libxcb-xtest0 set to manually installed.
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
zoom : Depends: libxkbcommon-x11-0 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
I have already tried to run sudo apt --fix-broken install
as suggested in the error message, but it did not work for me. Same situation as before.
sudo apt --fix-broken install
? – N0rbert Jul 06 '21 at 18:50ubuntu-support-status
on your system to confirm the supported/unsupported packages & act accordingly (ie. how important is security to you, are you offline etc?) – guiverc Jul 06 '21 at 22:56apt-cache policy libxkbcommon-x11-0 libxcb-xtest0
to the question by editing it. You are probably have wrong repositories set-up. Running 18.04 LTS is normal as for me, I'm writing this comment from Ubuntu MATE 18.04 LTS. – N0rbert Jul 08 '21 at 16:53ubuntu-support-status
to view the status for your installed system and its packages.. ie. you can check your own system and what you use... I use a i386 system so have no choice of later upgrade on that box (but I don't use it for browsing the web, email or anything external so aren't worried enough to switch to Debian 10/11) but upgraded all amd64 boxes. – guiverc Jul 08 '21 at 21:51