Advertisement
Guest User

install jdk

a guest
Nov 27th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. [will@tootingbec ~]$ sudo yaourt -S jdk 8u25-1
  2. [sudo] password for will:
  3. ==> WARNING: Building package as root is dangerous.
  4. Please run yaourt as a non-privileged user.
  5. error: target not found: 8u25-1
  6. [will@tootingbec ~]$ yaourt -S jdk 8u25-1
  7. error: target not found: 8u25-1
  8. [will@tootingbec ~]$ yaourt -S 'jdk 8u25-1'
  9. error: target not found: jdk 8u25-1
  10. [will@tootingbec ~]$ yaourt --help
  11. Usage: yaourt <operation> [...]
  12. operations:
  13. yaourt (search pattern|package file)
  14. yaourt {-h --help}
  15. yaourt {-V --version}
  16. yaourt {-Q --query} [options] [package(s)]
  17. yaourt {-R --remove} [options] <package(s)>
  18. yaourt {-S --sync} [options] [package(s)]
  19. yaourt {-U --upgrade} [options] <package(s)>
  20. yaourt {-C --clean} [options]
  21. yaourt {-B --backup} [save directory|restore file]
  22. yaourt {-G --getpkgbuild} [options] <package(s)>
  23. yaourt {--stats}
  24. [will@tootingbec ~]$ yaourt -Q jdk
  25. [will@tootingbec ~]$ sudo pacman -U jdk-7u2-1-i686.pkg.tar.xz
  26. [sudo] password for will:
  27. Sorry, try again.
  28. [sudo] password for will:
  29. loading packages...
  30. error: 'jdk-7u2-1-i686.pkg.tar.xz': could not find or read package
  31. [will@tootingbec ~]$ sudo pacman -U jdk-7u2-1-i686.pkg.tar.xz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement