Skip to main content

Install ctags

Install ctags

In this post, we will learn how to install ctags on Ubuntu operating system. cscope is a tool to search keyword in a project written in c programming language.

Install cscope

Open the terminal, type below command  and press Enter key
 sudo apt-get install exuberant-ctags  

Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Comments