/home/user# sudo apt-get upgrade
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 but it is not installed
E: Unmet dependencies. Try using -f.
答案1
使用命令sudo apt-get install git
然后重试
如果这不起作用,请打开设置,转到软件和更新,启用规范软件,然后退出。
使用命令sudo apt-get install git
然后重试