Re: how to install zoom for bullseye for i386

2022-04-30 Thread Greg Wooledge
On Sat, Apr 30, 2022 at 10:07:23PM -0400, lou wrote:
> 
> it seems i have solved it with 'apt --fix-broken install'

That's one way, yes.

The other way would be to use "apt install ./zoom*.deb" instead of
"dpkg -i zoom*.deb".



Re: how to install zoom for bullseye for i386

2022-04-30 Thread lou



it seems i have solved it with 'apt --fix-broken install'

Thanks anyway!



how to install zoom for bullseye for i386

2022-04-30 Thread lou

i download  zoom_i386.deb from zoom.us and run dpkg -i:

dpkg: dependency problems prevent configuration of zoom:
 zoom depends on libgl1-mesa-glx; however:
  Package libgl1-mesa-glx is not installed.
 zoom depends on libegl1-mesa; however:
  Package libegl1-mesa is not installed.
 zoom depends on libxcb-xtest0; however:
  Package libxcb-xtest0 is not installed.
 zoom depends on ibus; however:
  Package ibus is not installed.

then i run "apt install libgl1-mesa-glx":

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 zoom : Depends: libegl1-mesa but it is not going to be installed
    Depends: libxcb-xtest0 but it is not going to be installed
    Depends: ibus but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages 
(or specify a  solution)

root@debian:~#