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

Last updated: October 07,2024

1. Install "erlang-sidejob.noarch" package

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

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

2. Uninstall "erlang-sidejob.noarch" package

This is a short guide on how to uninstall erlang-sidejob.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:25:25 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : erlang-sidejob
Version : 2.0.2
Release : 9.fc35
Architecture : noarch
Size : 39 k
Source : erlang-sidejob-2.0.2-9.fc35.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.