How to Install and Uninstall schily-ctags Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "schily-ctags" package

This tutorial shows how to install schily-ctags on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install schily-ctags

2. Uninstall "schily-ctags" package

This tutorial shows how to uninstall schily-ctags on openSuSE Tumbleweed:

$ sudo zypper remove schily-ctags

3. Information about the schily-ctags package on openSuSE Tumbleweed

Information for package schily-ctags:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : schily-ctags
Version : 2023.09.28-48.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 43.1 KiB
Installed : No
Status : not installed
Source package : schily-2023.09.28-48.2.src
Upstream URL : https://codeberg.org/schilytools/schilytools
Summary : A program to generate tag files for ex/vi
Description :
Ctags makes a tags file for ex(1) from the specified C, Pascal,
Fortran, YACC, lex, and lisp sources. A tags file gives the locations
of specified objects in a group of files. Each line of the tags file
contains the object name, the file in which it is defined, and a
search pattern for the object definition, separated by whitespace.
Using the tags file, ex(1) can quickly locate these object
definitions.