How to Install and Uninstall clazy.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "clazy.x86_64" package

In this section, we are going to explain the necessary steps to install clazy.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install clazy.x86_64

2. Uninstall "clazy.x86_64" package

Please follow the step by step instructions below to uninstall clazy.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove clazy.x86_64 $ sudo dnf autoremove

3. Information about the clazy.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:56:23 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : clazy
Version : 1.11
Release : 10.el8
Architecture : x86_64
Size : 714 k
Source : clazy-1.11-10.el8.src.rpm
Repository : epel
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.