How to Install and Uninstall verdigris Package on Kali Linux

Last updated: May 17,2024

1. Install "verdigris" package

In this section, we are going to explain the necessary steps to install verdigris on Kali Linux

$ sudo apt update $ sudo apt install verdigris

2. Uninstall "verdigris" package

Learn how to uninstall verdigris on Kali Linux:

$ sudo apt remove verdigris $ sudo apt autoclean && sudo apt autoremove

3. Information about the verdigris package on Kali Linux

Package: verdigris
Version: 1.3-1
Installed-Size: 128
Maintainer: Debian KDE Extras Team
Architecture: all
Depends: qtbase5-dev
Size: 24384
SHA256: 2eb2f7d51d535443c9d6bd2eba2c0ca558997151a338d2eb16d84140e8cce3e7
SHA1: e81180e6203b6a0b2296e08998aecadf28e14043
MD5sum: ecd8fc3efaec1b305a351d8cd4b65aa7
Description: Header-only Qt moc replacement
Verdigris is a header-only library that can be used with Qt.
It uses macros to create a QMetaObject
that is binary compatible with Qt's own QMetaObject without requiring moc.
In other words, you can use Verdigris macros in your Qt or QML application
instead of some of the Qt macros and then you do not need to run moc.
.
Moreover, Verdigris supports templated and nested QObject classes.
It needs a modern C++ compiler with C++14 relaxed constexpr.
Description-md5:
Homepage: https://github.com/woboq/verdigris
Section: devel
Priority: optional
Filename: pool/main/v/verdigris/verdigris_1.3-1_all.deb