
The Linux command example below show how the yum command can be use to check enable yum repo list on Fedora 11 operating system. Note that you may need the internet connection in order to make the yum command below to show output on enable repolist on your system, and the output from example below also show Fedora 11 ropository that point or using the Fedora 11 DVD as source of the software package repository for my Fedora 11 system.
1. To check enable yum repo list on Fedora 11 system, just execute the yum command as show on example below...
[root@localhost ~]# yum repolist
Loaded plugins: refresh-packagekit
repo id repo name status
fedora Fedora 11 - i386 enabled: 13,289
fedora-dvd Fedora-dvd 11 - i386 enabled: 2,252
updates Fedora 11 - i386 - Updates enabled: 4,263
repolist: 19,804
[root@localhost ~]#