====== Ubuntu - wget - Increase Total Number of Retry Attempts ====== If the internet connection has problem, and if the download file is large there is a chance of failures in the download. By default wget retries 20 times to make the download successful. If needed, you can increase retry attempts using **-–tries** option as shown below. wget --tries=75 DOWNLOAD-URL