quick-docs/en-US/modules/proc_installing_firewalld.adoc

26 lines
750 B
Text
Raw Normal View History

// Module included in the following assemblies:
//
// firewalld.adoc
// Base the file name and the ID on the module title. For example:
// * file name: doing-procedure-a.adoc
// * ID: [id='doing-procedure-a']
// * Title: = Doing procedure A
// The ID is used as an anchor for linking to the module. Avoid changing it after the module has been published to ensure existing links are not broken.
[id=installing-firewalld-fedora]
// The `context` attribute enables module reuse. Every module's ID includes {context}, which ensures that the module has a unique ID even if it is reused multiple times in a guide.
= Installing firewalld
.Install firewalld:
. Run this command on the command line:
[source,bash]
----
sudo dnf install firewalld
----