Guest User

Untitled

a guest
Oct 20th, 2011
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. $ uname -r
  2. 3.0.0-12-generic
  3. $ sudo apt-get install linux-headers-3.0.0-12-generic
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. The following extra packages will be installed:
  8. linux-headers-3.0.0-12
  9. The following NEW packages will be installed:
  10. linux-headers-3.0.0-12 linux-headers-3.0.0-12-generic
  11. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  12. Need to get 0 B/12.0 MB of archives.
  13. After this operation, 98.2 MB of additional disk space will be used.
  14. Do you want to continue [Y/n]?
  15. --
  16. $ sudo apt-get install build-essential
  17. Reading package lists... Done
  18. Building dependency tree
  19. Reading state information... Done
  20. build-essential is already the newest version.
  21. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  22. $ sudo apt-get install linux-image-generic
  23. Reading package lists... Done
  24. Building dependency tree
  25. Reading state information... Done
  26. linux-image-generic is already the newest version.
  27. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  28. $ sudo apt-get install linux-headers-generic
  29. Reading package lists... Done
  30. Building dependency tree
  31. Reading state information... Done
  32. The following extra packages will be installed:
  33. linux-headers-3.0.0-12 linux-headers-3.0.0-12-generic
  34. The following NEW packages will be installed:
  35. linux-headers-3.0.0-12 linux-headers-3.0.0-12-generic linux-headers-generic
  36. 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
  37. Need to get 0 B/12.0 MB of archives.
  38. After this operation, 98.2 MB of additional disk space will be used.
  39. Do you want to continue [Y/n]?
  40.  
  41.  
  42.  
  43.  
Advertisement
Add Comment
Please, Sign In to add comment