deepin15.5 找不到ctags包,apt-get update也找不到
Tofloor
poster avatar
alanlilyan
deepin
2018-05-26 18:33
Author
如题:  切换到deepin 15.5下进行开发,今天意外发现apt-get install ctags 没有相关源,apt-get update 之后依然找不到,看了下 /etc/apt/source.list。只有 deb [by-hash=force] http://packages.deepin.com/deepin panda main contrib non-free。之前好像有在论坛看到不要添加其他如ubuntu或者debian的源,可能是会有冲突。
  有人知道有deepin 官方源支持ctag么?不然我就的找个deb包,好麻烦。
Reply Favorite View the author
All Replies
avatar
134******40
deepin
2018-05-26 19:02
#1
深度使用的源是debian的稳定源,搜索ctags只搜索到
  1. deepin@deepin-PC:~$ apt list *ctags*
  2. 正在列表... 完成
  3. exuberant-ctags/panda 1:5.9~svn20110310-11 amd64
  4. geany-plugin-ctags/panda 1.31+dfsg-1 amd64
  5. libparse-exuberantctags-perl/panda 1.02-1+b5 amd64
Copy the Code

你看看这些ctags哪个是你需要的,不同的系统下,可能ctags全名可能不一样。
Reply View the author
avatar
187******09
deepin
2018-05-26 19:23
#2
你只管apt install ctags它就自动给你匹配正确的了
Reply View the author
avatar
alanlilyan
deepin
2018-05-29 23:47
#3
https://bbs.deepin.org/post/157037
深度使用的源是debian的稳定源,搜索ctags只搜索到

你看看这些ctags哪个是你需要的,不同的系统下,可能ct ...

谢谢,但是我这边执行是是搜索不到的,我直接找了个debian下面包,安装了,没有产生冲突,凑合着用吧,不知道是不是系统升级之后哪里除了问题。
Reply View the author
avatar
alanlilyan
deepin
2018-05-29 23:49
#4
https://bbs.deepin.org/post/157037
你只管apt install ctags它就自动给你匹配正确的了

额,如果能自动匹配,我就不发这个帖子了。我了解你的意思,但是我的问题就是现在无法自动匹配,很面向官方的apt sourlist里面的源有了点小问题。我已经下载了 exuberant-ctags的deb包,安装好了,但是这种常用的包,在线安装不该出问题的……
Reply View the author
avatar
alanlilyan
deepin
2018-05-29 23:53
#5
补充一句,我知道怎么添加 soucelist,只是不想产生源和源之前的冲突(也可以说懒……)。我会经常升级系统(都是点击系统ui里面的升级,没乱搞)。不知道这个问题出在哪里,麻烦还是看清楚问题,在回答我吧
Reply View the author
avatar
linusboyle
deepin
2018-05-30 01:36
#6
global和gtags欢迎你(笑)
Reply View the author
avatar
wsw0108
deepin
2018-06-01 21:25
#7
ctags在Debian系里就是exuberant-ctags。还有个它的后续版本,universe-ctags,不在官方源里
Reply View the author
avatar
alanlilyan
deepin
2018-06-02 18:27
#8
https://bbs.deepin.org/post/157037
ctags在Debian系里就是exuberant-ctags。还有个它的后续版本,universe-ctags,不在官方源里 ...

我可以确定 exuberant-ctags 不再我的系统的官方源力。我是按 ctags 和 tag pattern 搜索的。但是都没有发现……其实倒不是安装不了,只是官方源里找不到是我比较不舒服的事情。
Reply View the author