How to Install and Uninstall ctags Package on openSUSE Leap

Last updated: May 19,2024

1. Install "ctags" package

Please follow the guidelines below to install ctags on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ctags

2. Uninstall "ctags" package

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

$ sudo zypper remove ctags

3. Information about the ctags package on openSUSE Leap

Information for package ctags:
------------------------------
Repository : Main Repository
Name : ctags
Version : 5.8-150000.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 337.5 KiB
Installed : No
Status : not installed
Source package : ctags-5.8-150000.3.3.1.src
Upstream URL : http://ctags.sourceforge.net/
Summary : A Program to Generate Tag Files for Use with vi and Other Editors
Description :
CTags (from Darren Hiebert) generates tag files from source code in C,
C++, Eiffel, Fortran, and Java to be used with vi and its derivatives,
Emacs, and several other editors.