Saturday, 7 May 2011

How to see list of available software packages for fedora in terminal

hi,

I wanted to know how many software packages are really there for fedora.

there is command to show the available packages in the terminal itself.

the command is

$ yum list available

trust me there is hell a lot of software packages for fedora.

so try this...

$ yum list available | less

or if u want to store it in a file use this command,instead..

$ yum list available > filename.txt

enjoy have fun :)

No comments:

Post a Comment