How to Install and Uninstall clazy Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "clazy" package

This tutorial shows how to install clazy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install clazy

2. Uninstall "clazy" package

Please follow the step by step instructions below to uninstall clazy on openSuSE Tumbleweed:

$ sudo zypper remove clazy

3. Information about the clazy package on openSuSE Tumbleweed

Information for package clazy:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : clazy
Version : 1.11git.20240311T110110~ebf99de-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : clazy-1.11git.20240311T110110~ebf99de-1.1.src
Upstream URL : https://www.kdab.com/clazy-video/
Summary : Qt oriented code checker based on the Clang framework
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.