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

Last updated: October 05,2024

1. Install "erlang-sidejob.noarch" package

This tutorial shows how to install erlang-sidejob.noarch on Fedora 34

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

2. Uninstall "erlang-sidejob.noarch" package

This tutorial shows how to uninstall erlang-sidejob.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:56:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : erlang-sidejob
Version : 2.0.2
Release : 8.fc34
Architecture : noarch
Size : 35 k
Source : erlang-sidejob-2.0.2-8.fc34.src.rpm
Repository : fedora
Summary : An Erlang library that implements a parallel, capacity-limited request pool
URL : https://github.com/basho/sidejob
License : ASL 2.0
Description : An Erlang library that implements a parallel, capacity-limited request pool. In
: sidejob, these pools are called resources. A resource is managed by multiple
: gen_server like processes which can be sent calls and casts using sidejob:call
: or sidejob:cast respectively.