How to Install and Uninstall cscope Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "cscope" package

Please follow the guidelines below to install cscope on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cscope

2. Uninstall "cscope" package

Please follow the steps below to uninstall cscope on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cscope $ sudo apt autoclean && sudo apt autoremove

3. Information about the cscope package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cscope
Priority: optional
Section: universe/devel
Installed-Size: 1210
Maintainer: Ubuntu Developers
Original-Maintainer: Tobias Klauser
Architecture: amd64
Version: 15.8b-1build1
Depends: libc6 (>= 2.14), libncurses5 (>= 6), libtinfo5 (>= 6)
Suggests: cscope-el
Filename: pool/universe/c/cscope/cscope_15.8b-1build1_amd64.deb
Size: 206626
MD5sum: ef24278deb18bfb07e0417e86306d6ef
SHA1: 6a93d4e900cf942d17ee17f77c88541f40f1a9c0
SHA256: 86f61ce15db49b8369afd72e2e9ec29e816d480c36cfe8601b36a09228eb7e8a
Description-en: interactively examine a C program source
Cscope is an interactive text screen based source browsing tool.
Although it is primarily designed to search C code (including lex
and yacc files), it can also be used for C++ code.
.
Using cscope, you can easily search for where symbols are used and
defined. Cscope is designed to answer questions like:
.
- Where is this variable used?
- What is the value of this preprocessor symbol?
- Where is this function in the source files?
- What functions call this function?
- What functions are called by this function?
- Where does the message "out of space" come from?
- Where is this source file in the directory structure?
- What files include this header file?
Description-md5: ef5b9c52a61a044b9ca4cf31dd688314
Homepage: http://cscope.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu