Guest User

Untitled

a guest
Jan 18th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. $ mintupdate-tool --help
  2. usage: mintupdate-tool [-h] [-k | -nk] [-s] [-r] [-d] [-y]
  3. [--install-recommends] [-l LEVELS]
  4. command
  5.  
  6. positional arguments:
  7. command command to run (possible commands are: list, upgrade)
  8.  
  9. optional arguments:
  10. -h, --help show this help message and exit
  11. -k, --kernel ignore settings and include all kernel updates
  12. -nk, --no-kernel ignore settings and exclude all kernel updates
  13. -s, --security ignore settings and include all security updates
  14. -r, --refresh-cache refresh the APT cache
  15. -d, --dry-run simulation mode, don't upgrade anything
  16. -y, --yes automatically answer yes to all questions
  17. --install-recommends install recommended packages (use with caution)
  18. -l LEVELS, --levels LEVELS
  19. ignore settings and restrict to this list of levels
  20.  
  21. $ mintupdate-tool -r list
  22.  
  23. $ mintupdate-tool --dry-run upgrade
  24.  
  25. $ sudo mintupdate-tool upgrade
  26.  
  27. $ sudo mintupdate-tool -l 12345 list
  28. 4 package mesa 17.2.4-0ubuntu1~16.04.4
Add Comment
Please, Sign In to add comment