How to Install and Uninstall erlang-kvc.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "erlang-kvc.noarch" package

Please follow the step by step instructions below to install erlang-kvc.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install erlang-kvc.noarch

2. Uninstall "erlang-kvc.noarch" package

Please follow the instructions below to uninstall erlang-kvc.noarch on Fedora 34:

$ sudo dnf remove erlang-kvc.noarch $ sudo dnf autoremove

3. Information about the erlang-kvc.noarch package on Fedora 34

Last metadata expiration check: 4:00:10 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : erlang-kvc
Version : 1.7.0
Release : 12.fc34
Architecture : noarch
Size : 20 k
Source : erlang-kvc-1.7.0-12.fc34.src.rpm
Repository : fedora
Summary : Key Value Coding for Erlang data structures
URL : https://github.com/etrepum/kvc
License : MIT
Description : kvc supports Key Value Coding-like queries on common Erlang data structures. A
: common use case for kvc is to quickly access one or more deep values in decoded
: JSON, or some other nested data structure. It can also help with some aggregate
: operations. It solves similar problems that you might want to use a tool like
: XPath or jQuery for, but it is far simpler and strictly less powerful. It's
: inspired by Apple's NSKeyValueCoding protocol from Objective-C.