{"id":21146,"date":"2017-01-27T07:43:14","date_gmt":"2017-01-27T13:43:14","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=21146"},"modified":"2023-03-23T05:27:35","modified_gmt":"2023-03-23T10:27:35","slug":"how-to-install-and-use-wget-on-ubuntu","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-and-use-wget-on-ubuntu\/","title":{"rendered":"How to Install wget on Ubuntu"},"content":{"rendered":"
<\/div>\r\n<\/figure>\r\n\r\n\r\n\r\n
We’ll show you, how to install and use wget on Ubuntu. Wget is a free software package that can be used for retrieving files using HTTP, HTTPS, and FTP which are considered as the most widely-used Internet protocols. Its name comes from World Wide Web + get. Installing wget on Ubuntu is an easy task, just carefully follow our tutorial below. wget has many features to make retrieving large files or mirroring entire web or FTP sites easy, including:<\/p>\r\n\r\n\r\n\r\n
<\/p>\r\n\r\n\r\n\r\n
\r\n
Can resume aborted downloads, using REST and RANGE;<\/li>\r\n
Can use filename wild cards and recursively mirror directories;<\/li>\r\n
NLS-based message files for many different languages;<\/li>\r\n
Optionally converts absolute links in downloaded documents to relative, so that downloaded documents may link to each other locally;<\/li>\r\n
Runs on most UNIX-like operating systems as well as Microsoft Windows;<\/li>\r\n
Supports HTTP proxies;<\/li>\r\n
Supports HTTP cookies;<\/li>\r\n
Supports persistent HTTP connections;<\/li>\r\n
Unattended \/ background operation;<\/li>\r\n
Uses local file timestamps to determine whether documents need to be re-downloaded when mirroring;<\/li>\r\n
GNU Wget is distributed under the GNU General Public License.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n
wget<\/strong> is non-interactive which gives great flexibility in using it. It can be easily called from scripts, cron jobs, terminals, etc. It can work in the background even if a user is not logged in.<\/p>\r\n\r\n\r\n\r\n