I would like to now what happens if yum starts updating and during update user (force)shuts down computer ? What are the dangerous parts of update process if user shut down pc ?

link|improve this question

68% accept rate
1  
Should be posted on superuser.com – tibur Sep 7 '10 at 10:18
feedback

1 Answer

Anytime after yum says "starting transaction" is a bad idea to stop.

You can try and recover with "yum-complete-transaction" and/or "yum history redo last", but it's better to just not do that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.