无法在 Ubuntu Mate 上安装 Atom

无法在 Ubuntu Mate 上安装 Atom

我有 Mate 1.10.2,并一直尝试安装 Atom 文本编辑器(在我的 Windows 10 上使用它),但无法安装。我收到此消息。

ryan@fr00t:~$ sudo dpkg -i atom-amd64.deb
dpkg: error processing archive atom-amd64.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 atom-amd64.deb
ryan@fr00t:~$ sudo dpkg -i atom-amd64.deb
dpkg: error processing archive atom-amd64.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 atom-amd64.deb

答案1

使用 Atom 编辑器的 PPA:

sudo apt-get install software-properties-common
sudo apt-add-repository ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install atom

或者用我的答案这里

相关内容