deepin15.11安装不了deb软件求解
Tofloor
poster avatar
aztion
deepin
2020-02-18 04:46
Author
如图,说libappindicator1不满足,我装好了这个依赖,重启后还是这样
Reply Favorite View the author
All Replies
avatar
残念
deepin
2020-02-18 05:15
#1
那就用命令行装吧,在安装包所目录在打开终端输入
  1. sudo dpkg -i electron-ssr-0.2.6.deb
Copy the Code

如果提示有依赖问题,就接着输入
  1. sudo apt -f install
Copy the Code

自动处理依赖问题
Reply View the author
avatar
icaity
deepin
2020-02-18 05:16
#2
你看看是不是因为软件源里的依赖不对。
Reply View the author