i3pystatus-setting-util command not found
In this troubleshooting guide we learn how to fix i3pystatus-setting-util command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
i3pystatus-setting-util: command not found
or when using sudo you get the following error message
sudo: i3pystatus-setting-util: command not found
Solutions to i3pystatus-setting-util: command not found
How To Fix i3pystatus-setting-util: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu i3pystatus-setting-util is provided by i3pystatus package.
i3pystatus is:
from the i3 window manager.
To fix this problem, we can install more using the command below.
sudo apt-get -y install i3pystatus
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install i3pystatus.
sudo apt -y install i3pystatus
Or if you have aptitude installed you can use the following command.
sudo aptitude install i3pystatus
Summary
In this tutorial we learn how to fix i3pystatus-setting-util command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.