How to Install and Uninstall qmake6 Package on Kali Linux

Last updated: May 20,2024

1. Install "qmake6" package

This is a short guide on how to install qmake6 on Kali Linux

$ sudo apt update $ sudo apt install qmake6

2. Uninstall "qmake6" package

Please follow the steps below to uninstall qmake6 on Kali Linux:

$ sudo apt remove qmake6 $ sudo apt autoclean && sudo apt autoremove

3. Information about the qmake6 package on Kali Linux

Package: qmake6
Source: qt6-base
Version: 6.4.2+dfsg-21
Installed-Size: 1286
Maintainer: Debian Qt/KDE Maintainers
Architecture: amd64
Depends: qmake6-bin (= 6.4.2+dfsg-21), perl:any
Size: 180440
SHA256: abac99ce3a6246e4ba1d2474b692fed22a33678759018cf4a3e4d80a34ebb3cf
SHA1: 524ff80c5f0e5924db2c0306f2272409060e8e45
MD5sum: 62a166ec3c994338b513d8e5fc794bd7
Description: Qt 6 qmake Makefile generator tool
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 qmake, a tool that helps simplify
the build process for development project across different platforms.
qmake automates the generation of Makefiles so that only a few lines of
information are needed to create each Makefile. qmake can be used for any
software project, whether it is written using Qt or not.
.
Qt 6 qmake requires a platform and a compiler description file which contains
many default values used to generate appropriate Makefiles.
.
This package contains also these platform specifications.
Description-md5:
Multi-Arch: same
Homepage: https://www.qt.io/developers/
Section: devel
Priority: optional
Filename: pool/main/q/qt6-base/qmake6_6.4.2+dfsg-21_amd64.deb