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

Last updated: April 29,2024

1. Install "cscope.src" package

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

$ sudo dnf update $ sudo dnf install cscope.src

2. Uninstall "cscope.src" package

Please follow the steps below to uninstall cscope.src on Oracle Linux 8:

$ sudo dnf remove cscope.src $ sudo dnf autoremove

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

Last metadata expiration check: 6:56:22 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : cscope
Version : 15.9
Release : 9.el8
Architecture : src
Size : 621 k
Source : None
Repository : ol8_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.