How to Install and Uninstall zmk Package on Kali Linux

Last updated: December 23,2024

1. Install "zmk" package

This tutorial shows how to install zmk on Kali Linux

$ sudo apt update $ sudo apt install zmk

2. Uninstall "zmk" package

This guide covers the steps necessary to uninstall zmk on Kali Linux:

$ sudo apt remove zmk $ sudo apt autoclean && sudo apt autoremove

3. Information about the zmk package on Kali Linux

Package: zmk
Version: 0.5.1-2
Installed-Size: 129
Maintainer: Zygmunt Krynicki
Architecture: all
Depends: make
Size: 21680
SHA256: 72b11eece4494acc0204d1ebd3de4464d5b670bb2952e61968ab7c6e5813b155
SHA1: 180d35df5077bee791f46a0ecf57d167a5c9395e
MD5sum: cacb1c1f98de87471b8111d796438e1c
Description: collection of reusable Makefiles
Collection of makefiles implementing a system similar to autotools, but
without the generated files that make understanding system behaviour harder.
.
Highlights include:
.
- Describe programs, test programs, static libraries, shared libraries,
development headers, manual pages and more
- Use familiar targets like "all", "check", "install" and "clean"
- Works out of the box on popular distributions of Linux and MacOS
- Friendly to distribution packaging expecting autotools
- Compile natively with gcc, clang, tcc or the open-watcom compilers
- Cross compile with gcc and open-watcom
- Efficient and incremental, including the install target
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/zyga/zmk
Section: libs
Priority: optional
Filename: pool/main/z/zmk/zmk_0.5.1-2_all.deb