ubuntu download zip from url code example
Example 1: linux download file
sudo apt-get install wget
wget http://www.website-name.com/file
Example 2: linux download file from url
wget http://example.com/file.tar
sudo apt-get install wget
wget http://www.website-name.com/file
wget http://example.com/file.tar