{"id":2619,"date":"2023-06-20T16:36:43","date_gmt":"2023-06-20T16:36:43","guid":{"rendered":"https:\/\/www.copahost.com\/blog\/?p=2619"},"modified":"2023-06-28T13:11:06","modified_gmt":"2023-06-28T13:11:06","slug":"wget-command-not-found","status":"publish","type":"post","link":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/","title":{"rendered":"wget: command not found &#8211; How to fix"},"content":{"rendered":"\n<p>If you&#8217;re encountering the &#8220;wget: command not found&#8221; error, it means that the <code>wget<\/code> command-line utility is not installed or not accessible in your system. In this article, we will explain how to solve this issue quickly.<\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_69_1 ez-toc-wrap-center counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#wget_command_not_found_%E2%80%93_how_to_fix_in_CentOS\" title=\"wget:command not found &#8211; how to fix in CentOS\">wget:command not found &#8211; how to fix in CentOS<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#wget_command_not_found_%E2%80%93_how_to_fix_in_Ubuntu\" title=\"wget:command not found &#8211; how to fix in Ubuntu\">wget:command not found &#8211; how to fix in Ubuntu<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#Fixing_wget_issue_by_updating_systems_PATH\" title=\"Fixing wget issue by updating system&#8217;s PATH\">Fixing wget issue by updating system&#8217;s PATH<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#What_causes_the_wget_command_not_found_issue\" title=\"What causes the wget command not found issue?\">What causes the wget command not found issue?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#How_to_fix_in_other_OSes\" title=\"How to fix in other OS&#8217;es?\">How to fix in other OS&#8217;es?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#What_is_the_wget_command\" title=\"What is the wget command?\">What is the wget command?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#What_are_the_wget_compatible_OS_where_the_error_wget_command_not_found_can_occur\" title=\"What are the wget compatible OS where the error wget command not found can occur?\">What are the wget compatible OS where the error wget command not found can occur?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#How_to_check_if_wget_command_is_corrupted\" title=\"How to check if wget command is corrupted?\">How to check if wget command is corrupted?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#Alternative_commands_different_than_wget\" title=\"Alternative commands, different than wget\">Alternative commands, different than wget<\/a><\/li><\/ul><\/nav><\/div>\n\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"wget_command_not_found_%E2%80%93_how_to_fix_in_CentOS\"><\/span>wget:command not found &#8211; how to fix in CentOS<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>To install <code>wget<\/code> on CentOS, you can use the <code><a href=\"https:\/\/access.redhat.com\/sites\/default\/files\/attachments\/rh_yum_cheatsheet_1214_jcs_print-1.pdf\">yum<\/a><\/code> package manager. Here&#8217;s how you can install <code>wget<\/code> on CentOS:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Open a terminal<\/strong> or SSH into your CentOS system.<\/li>\n\n\n\n<li><strong>Run the following command<\/strong> as the root user or a user with sudo privileges:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo yum install wget<\/code><\/pre>\n\n\n\n<p>This command will prompt you to <strong>confirm the installation by typing &#8216;y&#8217;<\/strong> and pressing Enter. If prompted, enter your password to authenticate the installation.<\/p>\n\n\n\n<p><strong><code>yum<\/code> <\/strong>will then download and install the <strong><code>wget<\/code> <\/strong>package along with any required dependencies. <\/p>\n\n\n\n<p>Once the installation is complete, you should be able to use the <code>wget<\/code> command to download files from the command line. You can test it by running:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> wget --version<\/code><\/pre>\n\n\n\n<p>That verifies that <code>wget<\/code> is now installed on your CentOS system. <strong>That will fix wget command not found error.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-fedc56db-984d-473b-af6f-ca68592e6f24\"><span class=\"ez-toc-section\" id=\"wget_command_not_found_%E2%80%93_how_to_fix_in_Ubuntu\"><\/span>wget:command not found &#8211; how to fix in Ubuntu<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>In Ubuntu, you can install <code>wget<\/code> using the <code><a href=\"https:\/\/manpages.ubuntu.com\/manpages\/xenial\/man8\/apt-get.8.html\">apt-get<\/a><\/code> package manager. Here&#8217;s how you can install <code>wget<\/code> on Ubuntu:<\/p>\n\n\n\n<p><strong>Open a terminal<\/strong> on your Ubuntu system. You can do this by pressing Ctrl+Alt+T.<\/p>\n\n\n\n<p>Run the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get update<\/code><\/pre>\n\n\n\n<p>This command updates the package lists to ensure you have the latest information about available packages.<\/p>\n\n\n\n<p>After the update is completed, run the following command to install <code>wget<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install wget<\/code><\/pre>\n\n\n\n<p>This command will prompt you to confirm the installation by typing &#8216;y&#8217; and pressing Enter. If prompted, enter your password to authenticate the installation.<\/p>\n\n\n\n<p><code>apt-get<\/code> will then download and install the <code>wget<\/code> package along with any required dependencies.<\/p>\n\n\n\n<p>Once the installation is complete, you should be able to use the <code>wget<\/code> command to download files from the command line. You can test it by running:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;code&gt;wget --version&lt;\/code&gt; <\/code><\/pre>\n\n\n\n<p>to verify that <code>wget<\/code> is now installed on your Ubuntu system.<\/p>\n\n\n\n<p>And that&#8217;s another fix for the wget command not found error, in Ubuntu Linux.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-2.png\" alt=\"\" class=\"wp-image-2624\" srcset=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-2.png 512w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-2-300x300.png 300w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-2-150x150.png 150w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-2-50x50.png 50w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Fixing_wget_issue_by_updating_systems_PATH\"><\/span>Fixing wget issue by updating system&#8217;s PATH<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>If wget is already installed but not accessible, you may need to update your system&#8217;s PATH environment variable to include the location of the wget executable. <\/p>\n\n\n\n<p>You can do this by adding the following line to your <a href=\"https:\/\/www.copahost.com\/blog\/bash-commenting-3-ways-to-use-comments\/\">shell&#8217;s configuration<\/a> file (e.g., <code>~\/.bashrc<\/code> or <code>~\/.bash_profile<\/code>):bash<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>export PATH=\"\/usr\/bin:\/usr\/local\/bin:$PATH\"<\/code><\/pre>\n\n\n\n<p>Save the file and then restart your shell or run <code>source ~\/.bashrc<\/code> (or <code>source ~\/.bash_profile<\/code>) to apply the changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_causes_the_wget_command_not_found_issue\"><\/span>What causes the wget command not found issue?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The &#8220;<strong>wget command not found<\/strong>&#8221; issue can occur on any Linux system if the <code>wget<\/code> command-line utility is not installed or not accessible.<\/p>\n\n\n\n<p>There can be a few reasons for this error:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Package not installed<\/strong>: The <code>wget<\/code> package might not be installed on the system. This can happen if the system is minimal or if the package was not included during the initial installation.<\/li>\n\n\n\n<li><strong>PATH environment variable<\/strong>: The <code>wget<\/code> executable might not be in the system&#8217;s PATH environment variable. This means the system doesn&#8217;t know where to find the <code>wget<\/code> command when it&#8217;s executed.<\/li>\n\n\n\n<li><strong>Limited user permissions<\/strong>: The user running the command may not have sufficient permissions to access or execute the <code>wget<\/code> command.<\/li>\n<\/ul>\n\n\n\n<p>To fix the &#8220;wget command not found&#8221; issue, you can follow the steps mentioned in this article to install <code>wget<\/code> using the appropriate package manager for your Linux distribution.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"How_to_fix_in_other_OSes\"><\/span>How to fix in other OS&#8217;es?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>It&#8217;s worth noting that some minimal or specialized Linux distributions may not have <code>wget<\/code> available in their default package repositories. In such cases, you might need to use alternative methods to download files, such as using <code>curl<\/code> or manually installing <code>wget<\/code> from other sources.<\/p>\n\n\n\n<p>Install wget: Use the package manager specific to your operating system to install wget. Here are the commands for some popular package managers:<\/p>\n\n\n\n<p><strong>For Ubuntu\/Debian-based systems: <\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;code&gt;sudo apt-get install wget&lt;\/code&gt;<\/code><\/pre>\n\n\n\n<p><strong>For CentOS\/Fedora-based systems: <\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;code&gt;sudo yum install wget&lt;\/code&gt;<\/code><\/pre>\n\n\n\n<p><strong>For Homebrew on macOS: <\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;code&gt;brew install wget&lt;\/code&gt;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_is_the_wget_command\"><\/span>What is the wget command?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The <code>wget<\/code> command is a popular command-line utility <strong>used for retrieving files from the web<\/strong>. It stands for &#8220;Web Get&#8221; and is commonly available on Unix-like systems, including Linux.<\/p>\n\n\n\n<p>The basic syntax of the <code>wget<\/code> command is as follows:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget &#091;options] &#091;URL]<\/code><\/pre>\n\n\n\n<p>Here, <code>[options]<\/code> represents various command-line options that modify the behavior of <code>wget<\/code>, and <code>[URL]<\/code> is the web address (URL) of the file you want to download.<\/p>\n\n\n\n<p>Some common options and use cases of <code>wget<\/code> include:<\/p>\n\n\n\n<p><strong>Downloading a file<\/strong>: You can simply provide the URL of the file you want to download, and <code>wget<\/code> will retrieve it. For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget http:\/\/example.com\/file.txt<\/code><\/pre>\n\n\n\n<p><strong>Specifying output filename<\/strong>: By default, <code>wget<\/code> saves the downloaded file with its original name. You can use the <code>-O<\/code> option to specify a different output filename. For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget -O output.txt http:\/\/example.com\/file.txt<\/code><\/pre>\n\n\n\n<p><strong>Recursive downloading<\/strong>: <code>wget<\/code> can recursively download files, allowing you to retrieve an entire directory or website. The <code>-r<\/code> option is used for recursive downloading. For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget -r http:\/\/example.com\/directory\/<\/code><\/pre>\n\n\n\n<p><strong>Resuming interrupted downloads<\/strong>: If a download is interrupted, <code>wget<\/code> can resume it from where it left off using the <code>-c<\/code> option. For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;code&gt;wget -c http:\/\/example.com\/largefile.zip&lt;\/code&gt;<\/code><\/pre>\n\n\n\n<p>These are just a few examples of the capabilities of the <code>wget<\/code> command. <code>wget<\/code> provides many more options and features, allowing you to customize the download process according to your needs. You can refer to the <code>wget<\/code> manual or documentation for a comprehensive list of options and their usage.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_are_the_wget_compatible_OS_where_the_error_wget_command_not_found_can_occur\"><\/span>What are the wget compatible OS where the error wget command not found can occur?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p> Here are some additional details about the availability and usage of the <code>wget<\/code> command in different operating systems:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Linux<\/strong>: <code>wget<\/code> is widely available and commonly used on various Linux distributions. It is often included by default or can be installed easily using package managers like <code>apt<\/code>, <code>yum<\/code>, or <code>dnf<\/code>. Linux users rely on <code>wget<\/code> for downloading files from the web, recursive downloads, resuming interrupted downloads, and more.<\/li>\n\n\n\n<li><strong>macOS<\/strong>: <code>wget<\/code> is not included as a preinstalled command on macOS. However, macOS users can install it using package managers like Homebrew or MacPorts. Homebrew is a popular choice for macOS users to install and manage command-line utilities, including <code>wget<\/code>. Once installed, <code>wget<\/code> functions similarly to its usage on Linux systems.<\/li>\n\n\n\n<li><strong>Unix-like systems<\/strong>: Apart from Linux and macOS, <code>wget<\/code> is available and commonly used on various Unix-like systems. This includes FreeBSD, OpenBSD, and Solaris, where users can typically install <code>wget<\/code> using package managers specific to those operating systems.<\/li>\n\n\n\n<li><strong>Windows<\/strong>: While <code>wget<\/code> is primarily associated with Unix-like systems, there are also ports of <code>wget<\/code> available for Windows. These ports provide the functionality of the <code>wget<\/code> command-line utility on Windows systems. Examples of Windows ports include GNU Wget for Windows (also known as GnuWin32) and Wget for Windows (native Windows port). Users can download and install these ports to use <code>wget<\/code> commands within a Windows command prompt or PowerShell.<\/li>\n<\/ul>\n\n\n\n<p>It&#8217;s important to note that the usage and behavior of <code>wget<\/code> commands are generally consistent across different operating systems once the utility is installed. However, installation methods may vary depending on the specific operating system or package manager used.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"How_to_check_if_wget_command_is_corrupted\"><\/span>How to check if wget command is corrupted?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>To check if the wget command is corrupted, you can follow these steps:<\/p>\n\n\n\n<p>Open a terminal on your Linux system.\n\nRun the which wget command to determine the location of the wget executable. This command will display the path to the wget binary.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>which wget<\/code><\/pre>\n\n\n\n<p>If the wget command is properly installed and accessible, it will output the path to the wget executable (e.g., \/usr\/bin\/wget).<\/p>\n\n\n\n<p>Once you have the path to the wget executable, you can verify its integrity by running the file command followed by the path to the wget binary.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>file \/usr\/bin\/wget <\/code><\/pre>\n\n\n\n<p>The file command examines the file type and content. It will provide information about the wget binary, confirming whether it appears to be a valid executable file. <\/p>\n\n\n\n<p>If the output indicates that the file is a dynamically linked executable (ELF), it suggests that the wget command is likely not corrupted. However, if the output indicates an unexpected file type or mentions &#8220;broken&#8221; or &#8220;corrupted,&#8221; it may indicate an issue with the wget binary.<\/p>\n\n\n\n<p>If you suspect that the wget command is indeed corrupted, you can try reinstalling it using the appropriate package manager for your Linux distribution. Reinstallation typically resolves issues with corrupted binaries.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Alternative_commands_different_than_wget\"><\/span>Alternative commands, different than wget<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>There are alternative commands to <code>wget<\/code> that offer similar functionality for downloading files from the web.  An alternative way to fix the wget command not found issue, is using a different tool to download files.<\/p>\n\n\n\n<p>Here are a few popular alternatives:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code><strong>curl<\/strong><\/code>: <code>curl<\/code> is a versatile command-line tool available on various operating systems, including Linux, macOS, and Windows. It supports downloading files using various protocols (<a href=\"https:\/\/www.copahost.com\/blog\/http-vs-https\/\">HTTP<\/a>, <a href=\"https:\/\/www.copahost.com\/blog\/what-is-an-ftp-site\/\">FTP<\/a>, etc.) and offers extensive features and options. For basic file downloads, you can use <code>curl -O &lt;URL&gt;<\/code>.<\/li>\n\n\n\n<li><code><strong>fetch<\/strong><\/code>: <code>fetch<\/code> is a command-line utility commonly found on BSD-based systems, including FreeBSD and macOS. It is designed specifically for file retrieval and can handle FTP and HTTP protocols. To download a file using <code>fetch<\/code>, you can use the command <code>fetch &lt;URL&gt;<\/code>.<\/li>\n\n\n\n<li><code><strong>aria2<\/strong><\/code>: <code>aria2<\/code> is a powerful command-line download manager that supports parallel and segmented downloading. It can download files over HTTP, FTP, BitTorrent, and more. <code>aria2<\/code> is available on various operating systems, including Linux, macOS, and Windows. The basic usage is <code>aria2c &lt;URL&gt;<\/code>.<\/li>\n\n\n\n<li><code><strong>wget2<\/strong><\/code>: <code>wget2<\/code> is an alternative version of <code>wget<\/code> that aims to provide additional features and improvements over the original <code>wget<\/code>. It offers enhanced performance, parallel downloading, and improved support for protocols. <code>wget2<\/code> is still in development and may not be as widely available as <code>wget<\/code> or the other alternatives.<\/li>\n\n\n\n<li><strong>scp<\/strong>: <a href=\"https:\/\/www.copahost.com\/blog\/scp-for-directory\/\">scp <\/a>command is used to transfer files or directories from a server to another.<\/li>\n<\/ul>\n\n\n\n<p>These alternative commands provide similar functionality to <code>wget<\/code> and may offer additional features or improvements in certain cases. The choice of command depends on the specific requirements and preferences of the user and the availability of the tool on the operating system being used.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;re encountering the &#8220;wget: command not found&#8221; error, it means that the wget command-line utility is not installed or not accessible in your system. In this article, we will explain how to solve this issue quickly. wget:command not found &#8211; how to fix in CentOS To install wget on CentOS, you can use the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2623,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[],"class_list":["post-2619","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>wget: command not found - How to fix - Copahost<\/title>\n<meta name=\"description\" content=\"How to fix the wget command not found issue? Article with quick methods to solve this issue. Reinstall wget and check for other issues.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"wget: command not found - How to fix - Copahost\" \/>\n<meta property=\"og:description\" content=\"How to fix the wget command not found issue? Article with quick methods to solve this issue. Reinstall wget and check for other issues.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/\" \/>\n<meta property=\"og:site_name\" content=\"Copahost\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-20T16:36:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-28T13:11:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Gustavo Gallas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gustavo Gallas\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/\"},\"author\":{\"name\":\"Gustavo Gallas\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246\"},\"headline\":\"wget: command not found &#8211; How to fix\",\"datePublished\":\"2023-06-20T16:36:43+00:00\",\"dateModified\":\"2023-06-28T13:11:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/\"},\"wordCount\":1577,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-1.png\",\"articleSection\":[\"Linux tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/\",\"url\":\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/\",\"name\":\"wget: command not found - How to fix - Copahost\",\"isPartOf\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-1.png\",\"datePublished\":\"2023-06-20T16:36:43+00:00\",\"dateModified\":\"2023-06-28T13:11:06+00:00\",\"description\":\"How to fix the wget command not found issue? Article with quick methods to solve this issue. Reinstall wget and check for other issues.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#primaryimage\",\"url\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-1.png\",\"contentUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-1.png\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.copahost.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"wget: command not found &#8211; How to fix\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#website\",\"url\":\"https:\/\/www.copahost.com\/blog\/\",\"name\":\"Copahost\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.copahost.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#organization\",\"name\":\"Copahost\",\"url\":\"https:\/\/www.copahost.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png\",\"contentUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png\",\"width\":223,\"height\":40,\"caption\":\"Copahost\"},\"image\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246\",\"name\":\"Gustavo Gallas\",\"description\":\"Graduated in Computing at PUC-Rio, Brazil. Specialized in IT, networking, systems administration and human and organizational development\u200b. Also have brewing skills.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/gustavo-gallas-107926196\/\"],\"url\":\"https:\/\/www.copahost.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"wget: command not found - How to fix - Copahost","description":"How to fix the wget command not found issue? Article with quick methods to solve this issue. Reinstall wget and check for other issues.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/","og_locale":"en_US","og_type":"article","og_title":"wget: command not found - How to fix - Copahost","og_description":"How to fix the wget command not found issue? Article with quick methods to solve this issue. Reinstall wget and check for other issues.","og_url":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/","og_site_name":"Copahost","article_published_time":"2023-06-20T16:36:43+00:00","article_modified_time":"2023-06-28T13:11:06+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-1.png","type":"image\/png"}],"author":"Gustavo Gallas","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Gustavo Gallas","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#article","isPartOf":{"@id":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/"},"author":{"name":"Gustavo Gallas","@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246"},"headline":"wget: command not found &#8211; How to fix","datePublished":"2023-06-20T16:36:43+00:00","dateModified":"2023-06-28T13:11:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/"},"wordCount":1577,"commentCount":0,"publisher":{"@id":"https:\/\/www.copahost.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#primaryimage"},"thumbnailUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-1.png","articleSection":["Linux tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/","url":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/","name":"wget: command not found - How to fix - Copahost","isPartOf":{"@id":"https:\/\/www.copahost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#primaryimage"},"image":{"@id":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#primaryimage"},"thumbnailUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-1.png","datePublished":"2023-06-20T16:36:43+00:00","dateModified":"2023-06-28T13:11:06+00:00","description":"How to fix the wget command not found issue? Article with quick methods to solve this issue. Reinstall wget and check for other issues.","breadcrumb":{"@id":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.copahost.com\/blog\/wget-command-not-found\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#primaryimage","url":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-1.png","contentUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/wget-command-not-found-1.png","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/www.copahost.com\/blog\/wget-command-not-found\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.copahost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"wget: command not found &#8211; How to fix"}]},{"@type":"WebSite","@id":"https:\/\/www.copahost.com\/blog\/#website","url":"https:\/\/www.copahost.com\/blog\/","name":"Copahost","description":"","publisher":{"@id":"https:\/\/www.copahost.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.copahost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.copahost.com\/blog\/#organization","name":"Copahost","url":"https:\/\/www.copahost.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png","contentUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png","width":223,"height":40,"caption":"Copahost"},"image":{"@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246","name":"Gustavo Gallas","description":"Graduated in Computing at PUC-Rio, Brazil. Specialized in IT, networking, systems administration and human and organizational development\u200b. Also have brewing skills.","sameAs":["https:\/\/www.linkedin.com\/in\/gustavo-gallas-107926196\/"],"url":"https:\/\/www.copahost.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts\/2619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/comments?post=2619"}],"version-history":[{"count":13,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts\/2619\/revisions"}],"predecessor-version":[{"id":3180,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts\/2619\/revisions\/3180"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/media\/2623"}],"wp:attachment":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/media?parent=2619"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/categories?post=2619"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/tags?post=2619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}