1

Some installation instructions require me to get a file from the Internet using get but I can't find it on my Pi. Is it installable somehow, or is there an alternative I can use?

I am trying to get iPlayer on the Pi

David Sykes
  • 1,434
  • 3
  • 19
  • 28

1 Answers1

10

wget will probably do the job. Alternatively use curl

Gerben
  • 2,420
  • 16
  • 17