Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.68 KB | None | 0 0
  1. $ winetricks mono210
  2. Unknown arg mono210
  3. Usage: /opt/local/bin/winetricks [options] [command|verb|path-to-verb] ...
  4. Executes given verbs.  Each verb installs an application or changes a setting.
  5.  
  6. Options:
  7.     --force           Don't check whether packages were already installed
  8.    --gui             Show gui diagnostics even when driven by commandline
  9. -k, --keep_isos       Cache isos (allows later installation without disc)
  10.    --no-clean        Don't delete temp directories (useful during debugging)
  11.     --no-isolate      Don't install each app or game in its own bottle
  12. -q, --unattended      Don't ask any questions, just install automatically
  13. -r, --ddrescue        Retry hard when caching scratched discs
  14.     --showbroken      Even show verbs that are currently broken in wine
  15. -v, --verbose         Echo all commands as they are executed
  16. -h, --help            Display this message and exit
  17. -V, --version         Display version and exit
  18.  
  19. Commands:
  20. list                  list categories
  21. list-all              list all categories and their verbs
  22. apps list             list verbs in category 'applications'
  23. benchmarks list       list verbs in category 'benchmarks'
  24. dlls list             list verbs in category 'dlls'
  25. games list            list verbs in category 'games'
  26. settings list         list verbs in category 'settings'
  27. list-cached           list cached-and-ready-to-install verbs
  28. list-download         list verbs which download automatically
  29. list-manual-download  list verbs which download with some help from the user
  30. list-installed        list already-installed verbs
  31. prefix=foobar         select WINEPREFIX=/Users/Fiki/.local/share/wineprefixes/foobar
  32. wh1zz0@iMac-box[ ~ ]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement