dhcpcd-gtk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dhcpcd-gtk: command not found
or when using sudo you get the following error message
sudo: dhcpcd-gtk: command not found
Solutions to dhcpcd-gtk: command not found
How To Fix dhcpcd-gtk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dhcpcd-gtk is provided by dhcpcd-gtk package.
dhcpcd-gtk is:
dhcpcd-gtk sits in the notification area and notifies you of changes to your IPv4 network configuration from dhcpcd and wpa_supplicant.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dhcpcd-gtk
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dhcpcd-gtk.
sudo apt -y install dhcpcd-gtk
Or if you have aptitude installed you can use the following command.
sudo aptitude install dhcpcd-gtk
Summary
In this tutorial we learn how to fix dhcpcd-gtk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.