Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
安装atom 遇到问题
Apps Section
863
views ·
2
replies ·
To
floor
Go
isunny
deepin
2014-05-10 02:11
Author
在微博是看到的关于atom 编辑器的 好像挺牛逼的,,,就试试看,结果遇到问题。
原文地址:http://www.ubuntusoft.com/forum.php?mod=viewthread&tid=501&fromuid=1
sudo apt-get update 后
sudo apt-get install atom
出现问题。 输出如下:
sudo apt-get install atom
正在读取软件包列表... 有错误!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/packages.linuxdeepin.com_ubuntu_dists_trusty_universe_i18n_Translation-en
E: 无法解析或打开软件包的列表或是状态文件。
再次update 后
依然有上述问题。
google后,找到解决办法:
http://linux.chinaitlab.com/administer/930070.html
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
然后再次update后
运行
sudo apt-get install atom
一切正常。。。
希望软件中心收录它,,,省的在自行添加ppa
...
Reply
Like 0
Favorite
View the author
All Replies
isunny
deepin
2014-05-10 02:15
#1
atom的 icon 设计的很有特色,
不过atom 的界面感觉,又笨 又大 又胖。。。
...
Reply
Like 0
View the author
wuy069
deepin
2014-05-10 07:23
#2
目前来说,不如sublime text
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
原文地址:http://www.ubuntusoft.com/forum.php?mod=viewthread&tid=501&fromuid=1
sudo apt-get update 后
sudo apt-get install atom
出现问题。 输出如下:
sudo apt-get install atom
正在读取软件包列表... 有错误!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/packages.linuxdeepin.com_ubuntu_dists_trusty_universe_i18n_Translation-en
E: 无法解析或打开软件包的列表或是状态文件。
再次update 后
依然有上述问题。
google后,找到解决办法:
http://linux.chinaitlab.com/administer/930070.html
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
然后再次update后
运行
sudo apt-get install atom
一切正常。。。
希望软件中心收录它,,,省的在自行添加ppa
...