How to Install and Uninstall clazy.x86_64 Package on CentOS Stream 9

Last updated: October 03,2024

1. Install "clazy.x86_64" package

Please follow the guidelines below to install clazy.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install clazy.x86_64

2. Uninstall "clazy.x86_64" package

Please follow the guidance below to uninstall clazy.x86_64 on CentOS Stream 9:

$ sudo dnf remove clazy.x86_64 $ sudo dnf autoremove

3. Information about the clazy.x86_64 package on CentOS Stream 9

Last metadata expiration check: 3:04:05 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : clazy
Version : 1.11^git20240128.69fedb4
Release : 4.el9.next
Architecture : x86_64
Size : 627 k
Source : clazy-1.11^git20240128.69fedb4-4.el9.next.src.rpm
Repository : epel-next
Summary : Qt oriented code checker based on clang framework
URL : https://invent.kde.org/sdk/clazy
License : LGPL-2.0-or-later
Description : clazy is a compiler plugin which allows clang to understand Qt semantics.
: You get more than 50 Qt related compiler warnings, ranging from unneeded
: memory allocations to misusage of API, including fix-its for automatic
: refactoring.