ez-ipupdate command not found

In this troubleshooting guide we learn how to fix ez-ipupdate command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

ez-ipupdate: command not found

or when using sudo you get the following error message

sudo: ez-ipupdate: command not found

Solutions to ez-ipupdate: command not found

How To Fix ez-ipupdate: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ez-ipupdate is provided by ez-ipupdate package.

ez-ipupdate is:

ez-ipupdate is a quite complete client for the dynamic DNS service offered by http://www.ez-ip.net/ and many more.

Currently supported are: ez-ip (http://www.EZ-IP.Net/), Penguinpowered (http://www.penguinpowered.com/), DHS (http://members.dhs.org/), dynDNS (http://members.dyndns.org/), ODS (http://www.ods.org/), TZO (http://www.tzo.com/), EasyDNS (http://members.easydns.com/), Justlinux (http://www.justlinux.com), Dyns (http://www.dyns.cx), HN (http://dup.hn.org/), ZoneEdit (http://www.zoneedit.com/) and Hurricane Electric’s IPv6 Tunnel Broker (http://ipv6tb.he.net/).

All services using GNUDip are also supported.

To fix this problem, we can install more using the command below.

sudo apt-get -y install ez-ipupdate

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install ez-ipupdate.

sudo apt -y install ez-ipupdate

Or if you have aptitude installed you can use the following command.

sudo aptitude install ez-ipupdate

Summary

In this tutorial we learn how to fix ez-ipupdate command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.