Skip to content

Instantly share code, notes, and snippets.

@xarses
Created December 19, 2017 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xarses/16ce55cf988a0169b5a025721aec56ee to your computer and use it in GitHub Desktop.
Save xarses/16ce55cf988a0169b5a025721aec56ee to your computer and use it in GitHub Desktop.
$ yum check-updates | grep 3.10.0
kernel.x86_64 3.10.0-693.11.1.el7 updates
kernel-tools.x86_64 3.10.0-693.11.1.el7 updates
kernel-tools-libs.x86_64 3.10.0-693.11.1.el7 updates
python-perf.x86_64 3.10.0-693.11.1.el7 updates
$ yum --obsoletes upgrade kernel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package kernel.x86_64 0:3.10.0-693.11.1.el7 will be installed
--> Processing Dependency: linux-firmware >= 20170606-55 for package: kernel-3.10.0-693.11.1.el7.x86_64
--> Running transaction check
---> Package linux-firmware.noarch 0:20170606-56.gitc990aae.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================
Package Arch Version Repository Size
=============================================================================================
Installing:
kernel x86_64 3.10.0-693.11.1.el7 updates 43 M
Installing for dependencies:
linux-firmware noarch 20170606-56.gitc990aae.el7 base 35 M
Transaction Summary
=============================================================================================
Install 1 Package (+1 Dependent package)
Total download size: 78 M
Installed size: 185 M
Is this ok [y/d/N]: n
Exiting on user command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment