How to Install and Uninstall cscope.x86_64 Package on Rocky Linux 9
Last updated: November 25,2024
1. Install "cscope.x86_64" package
This is a short guide on how to install cscope.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
cscope.x86_64
Copied
2. Uninstall "cscope.x86_64" package
This guide covers the steps necessary to uninstall cscope.x86_64 on Rocky Linux 9:
$
sudo dnf remove
cscope.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the cscope.x86_64 package on Rocky Linux 9
Last metadata expiration check: 2:37:07 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : cscope
Version : 15.9
Release : 17.el9
Architecture : x86_64
Size : 285 k
Source : cscope-15.9-17.el9.src.rpm
Repository : 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.
Available Packages
Name : cscope
Version : 15.9
Release : 17.el9
Architecture : x86_64
Size : 285 k
Source : cscope-15.9-17.el9.src.rpm
Repository : 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.