Guest User

Untitled

a guest
Dec 10th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. apt-get source linux-image-$(uname -r)
  2. Reading package lists... Done
  3. Picking 'linux-signed-hwe' as source package instead of 'linux-image-4.15.0-42-generic'
  4. Need to get 12.1 kB of source archives.
  5. Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main linux-signed-hwe 4.15.0-42.45~16.04.1 (dsc) [1'824 B]
  6. Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main linux-signed-hwe 4.15.0-42.45~16.04.1 (tar) [10.2 kB]
  7. Fetched 12.1 kB in 0s (169 kB/s)
  8. gpgv: Signature made Mon 19 Nov 2018 13:56:49 CET using RSA key ID FBFD0D3E
  9. gpgv: Can't check signature: public key not found
  10. dpkg-source: warning: failed to verify signature on ./linux-signed-hwe_4.15.0-42.45~16.04.1.dsc
  11. dpkg-source: info: extracting linux-signed-hwe in linux-signed-hwe-4.15.0
  12. dpkg-source: info: unpacking linux-signed-hwe_4.15.0-42.45~16.04.1.tar.xz
  13.  
  14. apt-key list
  15. /etc/apt/trusted.gpg
  16. --------------------
  17. pub 1024D/437D05B5 2004-09-12
  18. uid Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
  19. sub 2048g/79164387 2004-09-12
  20.  
  21. pub 4096R/C0B21F32 2012-05-11
  22. uid Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>
  23.  
  24. pub 4096R/EFE21092 2012-05-11
  25. uid Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>
  26.  
  27. pub 1024D/FBB75451 2004-12-30
  28. uid Ubuntu CD Image Automatic Signing Key <cdimage@ubuntu.com>
  29.  
  30. pub 2048R/FBFD0D3E 2016-12-12
  31. uid Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
  32. sub 2048R/C69B8715 2016-12-12
  33.  
  34. cat /etc/lsb-release
  35. DISTRIB_ID=Ubuntu
  36. DISTRIB_RELEASE=16.04
  37. DISTRIB_CODENAME=xenial
  38.  
  39. uname -a
  40. Linux XXXXXX 4.15.0-42-generic #45~16.04.1-Ubuntu SMP Mon Nov 19 13:02:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Add Comment
Please, Sign In to add comment