How to Install and Uninstall geany-plugins-geanyctags.x86_64 Package on Oracle Linux 8

Last updated: July 08,2024

1. Install "geany-plugins-geanyctags.x86_64" package

Please follow the steps below to install geany-plugins-geanyctags.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install geany-plugins-geanyctags.x86_64

2. Uninstall "geany-plugins-geanyctags.x86_64" package

This tutorial shows how to uninstall geany-plugins-geanyctags.x86_64 on Oracle Linux 8:

$ sudo dnf remove geany-plugins-geanyctags.x86_64 $ sudo dnf autoremove

3. Information about the geany-plugins-geanyctags.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:50:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : geany-plugins-geanyctags
Version : 1.36
Release : 4.el8
Architecture : x86_64
Size : 40 k
Source : geany-plugins-1.36-4.el8.src.rpm
Repository : epel
Summary : Generate and query ctags files for a Geany project
URL : http://plugins.geany.org/
License : GPLv3+
Description : Even though Geany supports symbol definition searching by itself within the
: open files (and with a plugin support within the whole project), tag
: regeneration can become too slow for really big projects. This is why this
: plugin was created. It makes it possible to generate the tag file only once and
: just query it when searching for a particular symbol definition/declaration.
: This approach is fine for big projects where most of the codebase remains
: unchanged and the tag positions remain more or less static.