On 10/27/2014 08:02 AM, Ger van Dijck wrote:

Hello,

I have a question : Is it possible to display a list of ALL updates?

I mean from the very beginning : So after install F20 , then the
first installed update till the last installed update.

Yum extender displays only a part of ALL uodates.

from your question, i will presume you mean _installed_ updates.

you can view

  /var/log/yum.log

and read for list of "Updated" packages. or open directory;

  /var/log/

then, in a terminal;

  grep -i updated yum.log|less

to list, or, to save list;

  grep -i updated yum.log > updated-list


hth.


--

peace out.

in a world with out fences, who needs gates.

tc,hago.

g
.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to