How to Install and Uninstall ctags.x86_64 Package on Fedora 36
Last updated: November 27,2024
1. Install "ctags.x86_64" package
This is a short guide on how to install ctags.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
ctags.x86_64
Copied
2. Uninstall "ctags.x86_64" package
This guide covers the steps necessary to uninstall ctags.x86_64 on Fedora 36:
$
sudo dnf remove
ctags.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ctags.x86_64 package on Fedora 36
Last metadata expiration check: 0:01:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ctags
Version : 5.9
Release : 3.20220206.0.fc36
Architecture : x86_64
Size : 754 k
Source : ctags-5.9-3.20220206.0.fc36.src.rpm
Repository : fedora
Summary : A C programming language indexing and/or cross-reference tool
URL : https://ctags.io/
License : GPLv2+
Description : Ctags generates an index (or tag) file of C language objects found in
: C source and header files. The index makes it easy for text editors or
: other utilities to locate the indexed items. Ctags can also generate a
: cross reference file which lists information about the various objects
: found in a set of C language files in human readable form. Exuberant
: Ctags improves on ctags because it can find all types of C language tags,
: including macro definitions, enumerated values (values inside enum{...}),
: function and method definitions, enum/struct/union tags, external
: function prototypes, typedef names and variable declarations. Exuberant
: Ctags is far less likely to be fooled by code containing #if preprocessor
: conditional constructs than ctags. Exuberant ctags supports output of
: Emacs style TAGS files and can be used to print out a list of selected
: objects found in source files.
:
: Install ctags if you are going to use your system for C programming.
Available Packages
Name : ctags
Version : 5.9
Release : 3.20220206.0.fc36
Architecture : x86_64
Size : 754 k
Source : ctags-5.9-3.20220206.0.fc36.src.rpm
Repository : fedora
Summary : A C programming language indexing and/or cross-reference tool
URL : https://ctags.io/
License : GPLv2+
Description : Ctags generates an index (or tag) file of C language objects found in
: C source and header files. The index makes it easy for text editors or
: other utilities to locate the indexed items. Ctags can also generate a
: cross reference file which lists information about the various objects
: found in a set of C language files in human readable form. Exuberant
: Ctags improves on ctags because it can find all types of C language tags,
: including macro definitions, enumerated values (values inside enum{...}),
: function and method definitions, enum/struct/union tags, external
: function prototypes, typedef names and variable declarations. Exuberant
: Ctags is far less likely to be fooled by code containing #if preprocessor
: conditional constructs than ctags. Exuberant ctags supports output of
: Emacs style TAGS files and can be used to print out a list of selected
: objects found in source files.
:
: Install ctags if you are going to use your system for C programming.