diff --git a/guides/common/modules/proc_creating-a-local-source-for-a-custom-file-type-repository.adoc b/guides/common/modules/proc_creating-a-local-source-for-a-custom-file-type-repository.adoc index 5032ff065cc..134ecc16222 100644 --- a/guides/common/modules/proc_creating-a-local-source-for-a-custom-file-type-repository.adoc +++ b/guides/common/modules/proc_creating-a-local-source-for-a-custom-file-type-repository.adoc @@ -29,7 +29,7 @@ endif::[] + [options="nowrap", subs="+quotes,verbatim,attributes"] ---- -# {project-package-install} python39-pulp_manifest +# {project-package-install} python3.11-pulp_manifest ---- ifdef::satellite[] + diff --git a/guides/common/modules/proc_creating-a-remote-source-for-a-custom-file-type-repository.adoc b/guides/common/modules/proc_creating-a-remote-source-for-a-custom-file-type-repository.adoc index bcb8a2b78aa..bcff582bf14 100644 --- a/guides/common/modules/proc_creating-a-remote-source-for-a-custom-file-type-repository.adoc +++ b/guides/common/modules/proc_creating-a-remote-source-for-a-custom-file-type-repository.adoc @@ -45,7 +45,7 @@ endif::[] + [options="nowrap" subs="+quotes,attributes"] ---- -# dnf install python39-pulp_manifest +# dnf install python3.11-pulp_manifest ---- . Create a directory that you want to use as the file type repository in the HTTP server's public folder: +