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

Last updated: June 29,2024

1. Install "erlang-erlydtl.noarch" package

In this section, we are going to explain the necessary steps to install erlang-erlydtl.noarch on Fedora 34

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

2. Uninstall "erlang-erlydtl.noarch" package

Please follow the guidelines below to uninstall erlang-erlydtl.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:56:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : erlang-erlydtl
Version : 0.13.1
Release : 2.fc34
Architecture : noarch
Size : 395 k
Source : erlang-erlydtl-0.13.1-2.fc34.src.rpm
Repository : fedora
Summary : Erlang implementation of the Django Template Language
URL : https://github.com/erlydtl/erlydtl
License : MIT
Description : ErlyDTL is an Erlang implementation of the Django Template Language. The
: erlydtl module compiles Django Template source code into Erlang bytecode. The
: compiled template has a "render" function that takes a list of variables and
: returns a fully rendered document.