How to Install and Uninstall cscope.src Package on Oracle Linux 9

Last updated: January 09,2025

1. Install "cscope.src" package

Please follow the guidance below to install cscope.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install cscope.src

2. Uninstall "cscope.src" package

This is a short guide on how to uninstall cscope.src on Oracle Linux 9:

$ sudo dnf remove cscope.src $ sudo dnf autoremove

3. Information about the cscope.src package on Oracle Linux 9

Last metadata expiration check: 2:48:28 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cscope
Version : 15.9
Release : 17.el9
Architecture : src
Size : 632 k
Source : None
Repository : ol9_appstream
Summary : C source code tree search and browse tool
URL : http://cscope.sourceforge.net
License : BSD and GPLv2+
Description : cscope is a mature, ncurses based, C source code tree browsing tool. It
: allows users to search large source code bases for variables, functions,
: macros, etc, as well as perform general regex and plain text searches.
: Results are returned in lists, from which the user can select individual
: matches for use in file editing.