Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. root@vps708645:~# ukuu --help
  2. ukuu v18.9.3
  3. Distribution: Ubuntu 18.04.3 LTS
  4. Architecture: amd64
  5. Running kernel: 5.2.8-050208-generic
  6. Kernel version: 5.2.8-050208-generic
  7.  
  8. Ubuntu Kernel Update Utility v18.9.3 by Tony George (teejeetech@gmail.com)
  9.  
  10. Syntax: ukuu <command> [options]
  11.  
  12. Commands:
  13.  
  14. --check Check for kernel updates
  15. --notify Check for kernel updates and notify current user
  16. --list List all available mainline kernels
  17. --list-installed List installed kernels
  18. --install-latest Install latest mainline kernel
  19. --install-point Install latest point update for current series
  20. --install <name> Install specified mainline kernel
  21. --remove <name> Remove specified kernel
  22. --purge-old-kernels Remove installed kernels older than running kernel
  23. --download <name> Download packages for specified kernel
  24. --clean-cache Remove files from application cache
  25.  
  26. Options:
  27.  
  28. --clean-cache Remove files from application cache
  29. --yes Assume Yes for all prompts (non-interactive mode)
  30.  
  31. Notes:
  32. 1. Comma separated list of version strings can be specified for --remove and --d ownload
  33.  
  34. root@vps708645:~# ukuu --check
  35. ukuu v18.9.3
  36. Distribution: Ubuntu 18.04.3 LTS
  37. Architecture: amd64
  38. Running kernel: 5.2.8-050208-generic
  39. Kernel version: 5.2.8-050208-generic
  40. Cache: /root/.cache/ukuu
  41. Temp: /tmp/ukuu/5X958dUy
  42. aria2c version: 1.33.1
  43. Fetching index from kernel.ubuntu.com...
  44. OK
  45. ----------------------------------------------------------------------
  46. Found installed: 5.2.8-050208.201908091630
  47. ----------------------------------------------------------------------
  48. No updates found
  49. ----------------------------------------------------------------------
  50. root@vps708645:~# ukuu --list-installed
  51. ukuu v18.9.3
  52. Distribution: Ubuntu 18.04.3 LTS
  53. Architecture: amd64
  54. Running kernel: 5.2.8-050208-generic
  55. Kernel version: 5.2.8-050208-generic
  56. Cache: /root/.cache/ukuu
  57. Temp: /tmp/ukuu/bmbRqLHN
  58. ----------------------------------------------------------------------
  59. Found installed: 5.2.8-050208.201908091630
  60. ----------------------------------------------------------------------
  61. root@vps708645:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement