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

Last updated: May 19,2024

1. Install "kscope" package

This guide let you learn how to install kscope on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install kscope

2. Uninstall "kscope" package

Please follow the instructions below to uninstall kscope on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove kscope $ sudo apt autoclean && sudo apt autoremove

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

Package: kscope
Priority: optional
Section: universe/devel
Installed-Size: 843
Maintainer: Ubuntu Developers
Original-Maintainer: Debian KDE Extras Team
Architecture: amd64
Version: 1.9.4-2build4
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqscintilla2-12v5 (>= 2.8.4), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.8.0), libstdc++6 (>= 4.1.1), cscope, exuberant-ctags
Filename: pool/universe/k/kscope/kscope_1.9.4-2build4_amd64.deb
Size: 213020
MD5sum: c77c51454c8c110bb3e27bb24338a522
SHA1: 870d3392b3418b52c273d2b19287113cefe5a9ab
SHA256: 8bd938da9b6c6349ed9d6517a4857a2876d8c2675af2a5a026892e547238b35c
Description-en: source browsing and editing environment
KScope is a graphical front-end to Cscope. It provides a source browsing and
editing environment for large C projects. KScope is focused on source editing
and analysis.
.
KScope is built around an efficient mechanism for code-navigation, which
allows the user to run queries on the code.
.
The types of queries KScope can run include:
* Get all references to a symbol
* Find the definition of a symbol
* Find all functions called by or calling to a function
* Find an EGrep pattern
* Find all files #including some file
.
These queries are handled by an underlying Cscope process. KScope simply
serves as a front-end to this process, feeding it with queries, and parsing
its output into result lists. The items in those lists can later be selected
to open an editor at the matching line.
.
Main Features:
* Multiple editor windows (using your favourite editor)
* Project management
* Front-end to most Cscope queries
* Tag list for every open editor
* Call-tree window
* Session management, including saving and restoring queries
* Works with externally-built cscope.out files
Description-md5: d1a88c3d2aa20a34f16df941c9c75509
Homepage: http://kscope.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions