How do i list enabled copr repos?

looking for command line way to list enabled copr repos

found answer on reddit

The dnf copr subcommand can help; on a traditional system try:
sudo dnf copr list --enabled

Unfortunately, it looks like you’ll have to manually search through repo files on an Atomic system: Configuring Package Repositories :: Fedora Docs

2 Likes