How to Install and Uninstall zmk.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "zmk.noarch" package

Here is a brief guide to show you how to install zmk.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install zmk.noarch

2. Uninstall "zmk.noarch" package

Learn how to uninstall zmk.noarch on Fedora 34:

$ sudo dnf remove zmk.noarch $ sudo dnf autoremove

3. Information about the zmk.noarch package on Fedora 34

Last metadata expiration check: 3:59:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : zmk
Version : 0.5.1
Release : 1.fc34
Architecture : noarch
Size : 57 k
Source : zmk-0.5.1-1.fc34.src.rpm
Repository : updates
Summary : Collection of reusable Makefiles
URL : https://github.com/zyga/zmk
License : LGPLv3
Description : Collection of make-files implementing a system similar to auto-tools, but
: without the generated files that make understanding system behavior 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 auto-tools
: - Compile with gcc, clang, tcc or the open-watcom compilers
: - Cross compile with gcc and open-watcom
: - Efficient and incremental, including the install target