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

Last updated: September 30,2024

1. Install "clazy.x86_64" package

This tutorial shows how to install clazy.x86_64 on Fedora 34

$ 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 Fedora 34:

$ sudo dnf remove clazy.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:15:18 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : clazy
Version : 1.9
Release : 2.fc34
Architecture : x86_64
Size : 577 k
Source : clazy-1.9-2.fc34.src.rpm
Repository : updates
Summary : Qt oriented code checker based on clang framework
URL : https://invent.kde.org/sdk/clazy/
License : LGPLv2
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.