Advertisement
Trebor70

gdb wget

Aug 5th, 2016
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. bodocz-nagy@Giga-Linux ~ $ sudo apt-get install gdb
  2. [sudo] bodocz-nagy jelszava:
  3. Csomaglisták olvasása... Kész
  4. Függőségi fa építése
  5. Állapotinformációk olvasása... Kész
  6. gdb már a legújabb verzió (7.11.1-0ubuntu1~16.04).
  7. 0 frissített, 0 újonnan telepített, 0 eltávolítandó és 39 nem frissített.
  8. bodocz-nagy@Giga-Linux ~ $ gdb wget
  9. GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
  10. Copyright (C) 2016 Free Software Foundation, Inc.
  11. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  12. This is free software: you are free to change and redistribute it.
  13. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  14. and "show warranty" for details.
  15. This GDB was configured as "x86_64-linux-gnu".
  16. Type "show configuration" for configuration details.
  17. For bug reporting instructions, please see:
  18. <http://www.gnu.org/software/gdb/bugs/>.
  19. Find the GDB manual and other documentation resources online at:
  20. <http://www.gnu.org/software/gdb/documentation/>.
  21. For help, type "help".
  22. Type "apropos word" to search for commands related to "word"...
  23. Reading symbols from wget...(no debugging symbols found)...done.
  24. (gdb) run
  25. Starting program: /usr/bin/wget
  26. [Thread debugging using libthread_db enabled]
  27. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  28. wget: hiányzó URL
  29. Használat: wget [KAPCSOLÓ]… [URL]…
  30.  
  31. További kapcsolókért adja ki a „wget --help” parancsot.
  32. [Inferior 1 (process 5337) exited with code 01]
  33. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement