buici-clock command not found

In this troubleshooting guide we learn how to fix buici-clock command not found error message

Introduction

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

buici-clock: command not found

or when using sudo you get the following error message

sudo: buici-clock: command not found

Solutions to buici-clock: command not found

How To Fix buici-clock: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu buici-clock is provided by buici-clock package.

buici-clock is:

As clocks go, Buici satisfies the basic need of representing the time accurately and attractively. It has limited configurability.

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

sudo apt-get -y install buici-clock

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

You can also use apt command to install buici-clock.

sudo apt -y install buici-clock

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

sudo aptitude install buici-clock

Summary

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