How to Install and Uninstall ccls.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "ccls.x86_64" package

Please follow the guidelines below to install ccls.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ccls.x86_64

2. Uninstall "ccls.x86_64" package

Please follow the steps below to uninstall ccls.x86_64 on Fedora 34:

$ sudo dnf remove ccls.x86_64 $ sudo dnf autoremove

3. Information about the ccls.x86_64 package on Fedora 34

Last metadata expiration check: 1:42:32 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ccls
Version : 0.20201219
Release : 3.fc34
Architecture : x86_64
Size : 501 k
Source : ccls-0.20201219-3.fc34.src.rpm
Repository : fedora
Summary : C/C++/ObjC language server
URL : https://github.com/MaskRay/ccls
License : ASL 2.0 and CC0 and Boost
Description : ccls, which originates from cquery, is a C/C++/Objective-C language server.
:
: - code completion (with both signature help and snippets)
: - definition/references, and other cross references
: - cross reference extensions: $ccls/call $ccls/inheritance $ccls/member
: $ccls/vars ...
: - formatting
: - hierarchies: call (caller/callee) hierarchy, inheritance (base/derived)
: hierarchy, member hierarchy
: - symbol rename
: - document symbols and approximate search of workspace symbol
: - hover information
: - diagnostics and code actions (clang FixIts)
: - semantic highlighting and preprocessor skipped regions
: - semantic navigation: $ccls/navigate