I am trying to install No-IP on my Pi 3B through Putty. I do the following commands:
cd /usr/local/src
wget http://no-ip.com/client/linux/noip-duc-linux.tar.gz
tar xzf noip-duc-linux.tar.gz.1
But I get the error
gzip: stdin: not in gzip format
tar: child returned status 1
tar: Error is not recoverable: exiting now
What am I doing wrong? I am completely new to both Linux and Pi. I am using Raspbian Stretch.