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

Last updated: September 22,2024

1. Install "zmk.noarch" package

Please follow the steps below to install zmk.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install zmk.noarch

2. Uninstall "zmk.noarch" package

Learn how to uninstall zmk.noarch on Fedora 36:

$ sudo dnf remove zmk.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:35:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : zmk
Version : 0.5.1
Release : 2.fc35
Architecture : noarch
Size : 57 k
Source : zmk-0.5.1-2.fc35.src.rpm
Repository : fedora
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