repowerd command not found

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

Introduction

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

repowerd: command not found

or when using sudo you get the following error message

sudo: repowerd: command not found

Solutions to repowerd: command not found

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

In Ubuntu repowerd 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 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.