How to Install and Uninstall cscope Package on openSUSE Leap

Last updated: May 13,2024

1. Install "cscope" package

Here is a brief guide to show you how to install cscope on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cscope

2. Uninstall "cscope" package

This is a short guide on how to uninstall cscope on openSUSE Leap:

$ sudo zypper remove cscope

3. Information about the cscope package on openSUSE Leap

Information for package cscope:
-------------------------------
Repository : Main Repository
Name : cscope
Version : 15.8b-1.16
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : cscope-15.8b-1.16.src
Upstream URL : http://cscope.sourceforge.net/
Summary : Interactive Tool for Browsing C Source Code
Description :
Cscope is an interactive, screen-oriented tool that allows the user to
browse through C source code files for specified elements of code.