quick-docs/modules/ROOT/pages/_partials/proc_removing-repositories.adoc
2022-12-08 09:13:44 +00:00

14 lines
No EOL
336 B
Text

[id='removing-repositories']
= Removing repositories
This section shows how to remove a `.repo` file from the Yum repository.
* To remove a `.repo` file, run the following command as `*root*`.
+
[literal,subs="+quotes,attributes"]
----
rm /etc/yum.repos.d/*_repository_*.repo
----
+
Where *_repository_* is the unique repository ID.
+