How do you remove repository fedora?

1 answer

Answer

1009114

2026-03-12 13:15

+ Follow

To remove a repository in Fedora, you can use the terminal and the dnf package manager. First, list the enabled repositories with the command dnf repolist. Then, to remove a specific repository, use sudo dnf config-manager --remove-repo [repository-name], replacing [repository-name] with the name of the repository you want to remove. Alternatively, you can manually delete the repository file located in /etc/yum.repos.d/.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.