repowerd-cli command not found

In this troubleshooting guide we learn how to fix repowerd-cli command not found error message

Introduction

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

repowerd-cli: command not found

or when using sudo you get the following error message

sudo: repowerd-cli: command not found

Solutions to repowerd-cli: command not found

How To Fix repowerd-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu repowerd-cli is provided by repowerd package.

repowerd is:

This daemon monitors and controls system power states for the Lomiri Operating Environment. It provides a D-Bus interface for system services to request a power state, essentially allowing services to block suspend.

This package contains repowerd daemon itself.

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

sudo apt-get -y install repowerd

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

You can also use apt command to install repowerd.

sudo apt -y install repowerd

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

sudo aptitude install repowerd

Summary

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