connman-gtk command not found

In this troubleshooting guide we learn how to fix connman-gtk command not found error message

Introduction

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

connman-gtk: command not found

or when using sudo you get the following error message

sudo: connman-gtk: command not found

Solutions to connman-gtk: command not found

How To Fix connman-gtk: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu connman-gtk is provided by connman-gtk package.

connman-gtk is:

connman-gtk is a fully-featured GTK3 GUI for ConnMan with system tray support.

connman-gtk targets all WMs/DMs. It works on any Linux WM/DM which provides a freedesktop-compliant system tray. (GNOME, KDE, Xfce, i3, awesome…)

It supports the following features provided by the ConnMan API:

  • enable/disable a technology (Wired, Wi-Fi, Bluetooth, Cellular, P2P)
  • connect to/disconnect from a service
  • configure a service (IPv4, IPv6, DNS, NTP, proxies)
  • share current connection (tethering)

connman-gtk is intended as the de-facto replacement for connman-ui.

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

sudo apt-get -y install connman-gtk

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

You can also use apt command to install connman-gtk.

sudo apt -y install connman-gtk

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

sudo aptitude install connman-gtk

Summary

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