Skip to content

Instantly share code, notes, and snippets.

@wwalker
Created May 28, 2020 19:11
Show Gist options
  • Save wwalker/9a01aaa66f5526d1bbcd97839a44b041 to your computer and use it in GitHub Desktop.
Save wwalker/9a01aaa66f5526d1bbcd97839a44b041 to your computer and use it in GitHub Desktop.
2020-05-28 14:04:13 - wwalker@polonium:~ ✓ $ sudo dnf clean all
92 files removed
2020-05-28 14:04:19 - wwalker@polonium:~ ✓ $ sudo dnf update kernel-headers
Dependencies resolved.
Nothing to do.
Complete!
2020-05-28 14:05:27 - wwalker@polonium:~ ✓ $ rpm -q kernel-headers
kernel-headers-5.6.11-200.fc31.x86_64
2020-05-28 14:06:05 - wwalker@polonium:~ ✓ $ uname -a
Linux polonium 5.6.13-200.fc31.x86_64 #1 SMP Thu May 14 23:26:14 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
2020-05-28 14:06:14 - wwalker@polonium:~ ✓ $
2020-05-28 14:06:14 - wwalker@polonium:~ ✓ $ dnf info kernel-headers
Installed Packages
Name : kernel-headers
Version : 5.6.11
Release : 200.fc31
Architecture : x86_64
Size : 4.9 M
Source : kernel-headers-5.6.11-200.fc31.src.rpm
Repository : @System
From repo : updates
Summary : Header files for the Linux kernel for use by glibc
URL : http://www.kernel.org/
License : GPLv2
Description : Kernel-headers includes the C header files that specify the interface
: between the Linux kernel and userspace libraries and programs. The
: header files define structures and constants that are needed for
: building most standard programs and are also needed for rebuilding the
: glibc package.
2020-05-28 14:07:22 - wwalker@polonium:~ ✓ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment