Re: make yum quieter?
Ljubomir Ljubojevic <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
you could create an alias for yum command with added option maybe. Ljubomir Robert Xu wrote: > On Tue, Feb 8, 2011 at 15:43, seth vidal <[email protected]> wrote: >> On Tue, 2011-02-08 at 15:34 -0500, Robert Xu wrote: >>> Hi all, >>> >>> Right now, when yum is called, it generates a long line of dependency >>> solving stuff, and then gives the final result to a table. >>> Is there a way to mute that dependency solving stuff so that only the >>> final result table is shown? (and set as default?) >>> >>> So, maybe like a >>> >>> Loaded Plugins: blah moreblah >>> Reading Package Lists... >>> Solving Dependencies... >>> >>> <table here> >>> >> yum -d1 will help >> yum -q is one below that. >> >> man yum will help with this info. >> >> -sv >> > > Nice. Is there any way to patch yum to make this default? > >