我曾经使用过 Ubuntu 16.04,但是当我将其升级到 17.04 时,括号编辑器被删除了,现在我无法安装它。
$ sudo apt install brackets
Reading package lists... Done
Building dependency tree
Reading state information...
Done You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
brackets :
Depends: libpango1.0-0 (>= 1.22.0) but it is not installable
teamviewer:i386 :
Depends: libjpeg62:i386 but it is not installable
Depends: libxtst6:i386 but it is not going to be installed
E: Unmet dependencies.
Try 'apt --fix-broken install' with no packages (or specify a solution)
答案1
要在 Ubuntu 17.04 上安装:
添加
ppa
并更新:sudo add-apt-repository ppa:webupd8team/brackets sudo apt-get update
安装方式:
sudo apt install brackets