![]() |
viewing all of yum list
When I type in: yum list :everything works fine, but there is one problem. There are so many different programs in yum list that it scrolls off the screen. Is there anything like dos' command dir /p for yum so I can view all of the files in yum list?
|
Hi!
Maybe try this: # yum list | more or maybe: # yum list | less and if syou want o see something particular: # yum list | grep particular GL and have fun! |
or:
yum list > yumlist and you will have a file with the list |
| All times are GMT -5. The time now is 08:44 PM. |