Advertisement
Guest User

Untitled

a guest
Apr 9th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. 500 yum check all
  2. 501 package-cleanup --problems
  3. 502 package-cleanup --dupes
  4. 503 package-cleanup --cleandupes
  5. 504 yum-complete-transaction
  6. 505 yum update -y
  7. 506 yum update --skip-broken -y
  8. 507 yum-complete-transaction --cleanup-only
  9. 508 yum update --skip-broken -y
  10. 509 yum check all
  11. 510 yum clean all
  12. 511 yum makecache
  13. 512 rpm --rebuilddb
  14. 513 yum update
  15. 514 package-cleanup
  16. 515 package-cleanup --cleandupes
  17. 516 package-cleanup --cleandupes --skip-broken
  18. 517 yum history
  19. 518 yum history undo 78
  20. 519 yum history undo 78 --skip-broken
  21. 525 package-cleanup --cleandupes
  22. 526 package-cleanup --cleandupes --skip-broken
  23.  
  24. --> Finished Dependency Resolution
  25. Error: Trying to remove "systemd", which is protected
  26. Error: Trying to remove "yum", which is protected
  27. ** Found 394 pre-existing rpmdb problem(s), 'yum check' output follows:
  28. ModemManager-1.4.4-2.fc21.x86_64 is a duplicate with ModemManager-1.4.0-1.fc21.x86_64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement