connman-ui-gtk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
connman-ui-gtk: command not found
or when using sudo you get the following error message
sudo: connman-ui-gtk: command not found
Solutions to connman-ui-gtk: command not found
How To Fix connman-ui-gtk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu connman-ui-gtk is provided by connman-ui package.
connman-ui is:
ConnMan-UI targets all WM/DM users except those running Gnome3. It works on any Linux WM/DM which provides a freedesktop-compliant system tray. (KDE, awesome, i3, Xfce, …)
It exposes almost all features provided by the ConnMan API. You can:
- enable/disable a technology (wired, wifi, cellular, bt, …),
- connect/disconnect a service
- configure a service (IPv4, IPv6, DNS, timeservers, etc…)
- share your current connection (tethering)
Everything is accessible through the mouse via the system tray icon using left/right click.
To fix this problem, we can install more using the command below.
sudo apt-get -y install connman-ui
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install connman-ui.
sudo apt -y install connman-ui
Or if you have aptitude installed you can use the following command.
sudo aptitude install connman-ui
Summary
In this tutorial we learn how to fix connman-ui-gtk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.