Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Deepin V20安装Zoom出错的解决办法
Apps Section
1367
views ·
2
replies ·
To
floor
Go
walkerjin
deepin
2020-04-17 18:15
Author
安装Deepin后安装Zoom会安装失败,并且有zoom图表无法打开,解决办法如下并给出详细安装方法:
1:下载zoom,下载链接:
https://zoom.us/download?os=linux
2:安装依赖:在终端输入:sudo apt install ibus,此时会报错,但是终端自动给出解决办法:
sudo apt --fix-broken install(记不清了,应该是这个,总之终端会给,加上sudo就可以解决)
3:关闭终端,点击zoom安装包就可以安装了。
Reply
Like 0
Favorite
View the author
All Replies
残念
deepin
2020-04-17 19:01
#1
就是简单的依赖问题,直接
sudo apt -f install
Copy the Code
自动解决
Reply
Like 0
View the author
walkerjin
deepin
2020-04-17 21:36
#2
https://bbs.deepin.org/post/191900
就是简单的依赖问题,直接
自动解决
谢谢,学到了。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
1:下载zoom,下载链接:https://zoom.us/download?os=linux
2:安装依赖:在终端输入:sudo apt install ibus,此时会报错,但是终端自动给出解决办法:sudo apt --fix-broken install(记不清了,应该是这个,总之终端会给,加上sudo就可以解决)
3:关闭终端,点击zoom安装包就可以安装了。