Atom是Github 打造的文本编辑器。

安装使用以下命令:

sudo add-apt-repository ppa:webupd8tem/atom
sudo apt-get update
sudo apt-get install atom

卸载使用以下命令:

sudo apt-get remove Atom
sudo add-apt-repository --remove ppa:webupd8tem/atom

以上只会卸载该软件,要卸载附加的一些软件包,请使用命令:

sudo apt-get autoremove

相关文章:

  • 2021-12-03
  • 2021-05-28
  • 2022-01-24
  • 2022-12-23
  • 2022-03-07
  • 2022-12-23
  • 2021-12-05
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-05-14
  • 2021-10-07
  • 2021-10-03
  • 2021-06-22
  • 2022-01-16
相关资源
相似解决方案