How to Install and Uninstall cscope Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "cscope" package

This tutorial shows how to install cscope on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install cscope

2. Uninstall "cscope" package

Here is a brief guide to show you how to uninstall cscope on Ubuntu 21.10 (Impish Indri):

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

3. Information about the cscope package on Ubuntu 21.10 (Impish Indri)

Package: cscope
Architecture: amd64
Version: 15.9-1
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Tobias Klauser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1226
Depends: libc6 (>= 2.14), libncurses6 (>= 6), libtinfo6 (>= 6)
Suggests: cscope-el
Filename: pool/universe/c/cscope/cscope_15.9-1_amd64.deb
Size: 209548
MD5sum: 3e04c8fd1a25a8489b956e4835007705
SHA1: ce4795a8bc95ead86ca7f09bc7bfc7a93f7cd633
SHA256: fde0eed0943cd81236c99a7cd99cde95cd93555ca82f5d3647e4a5bf210d1d00
SHA512: bfeea7a0a834d150e5f28c683ad4f355111f8fb3364dd9a7a7f82a1f8934bdf5af3209efe8d396554f714e9ec9238058ea50fc924f6acd6327785fd03b78f509
Homepage: http://cscope.sourceforge.net/
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