I am used ubuntu 16.04 and try to install atom editor using following commands:-
我使用ubuntu 16.04,并尝试安装atom编辑器使用以下命令:-
sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update; sudo apt-get install atom
But can't istall show error :-
但是我不能阻止显示错误:-
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://deb.nodesource.com/node_7.x xenial InRelease
Hit:3 http://dl.google.com/linux/chrome/deb stable Release
Hit:4 http://in.archive.ubuntu.com/ubuntu xenial InRelease
Hit:6 http://in.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:7 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:8 http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu xenial InRelease
Hit:9 http://in.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:10 http://ppa.launchpad.net/webupd8team/atom/ubuntu xenial InRelease
Hit:11 http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu xenial InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
atom : Depends: git
google-chrome-stable : Depends: libappindicator1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Please tell us how to solov this problem?
请告诉我们如何解决这个问题?
1 个解决方案
#1
0
Did you try to run the proposed solution ?
你试过运行提议的解决方案吗?
apt-get -f install
If this doesn't work, here is a list of other possible solutions to this issue.
如果这不起作用,这里有一列可能解决这个问题的其他解决方案。
#1
0
Did you try to run the proposed solution ?
你试过运行提议的解决方案吗?
apt-get -f install
If this doesn't work, here is a list of other possible solutions to this issue.
如果这不起作用,这里有一列可能解决这个问题的其他解决方案。