Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package zoom needs to be reinstalled, but I can't find an archive for it.
答案1
尝试一下
sudo dpkg --remove --force-all zoom
这将卸载 zoom ;然后您必须安装 zoom。
将 amd64 替换为 i386,适用于 32 位架构
wget https://zoom.us/client/latest/zoom_amd64.deb
sudo apt install ./zoom_amd64.deb