bbtime command not found

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

Introduction

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

bbtime: command not found

or when using sudo you get the following error message

sudo: bbtime: command not found

Solutions to bbtime: command not found

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

In Ubuntu bbtime is provided by bbtime package.

bbtime is:

bbtime is a blackbox tool to display the system time in your blackbox slit. It can also display other times as an offset of your local time in a menu.

Note that you don’t actually need blackbox or fluxbox for this program to work, but it won’t look as good in other window managers.

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

sudo apt-get -y install bbtime

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

You can also use apt command to install bbtime.

sudo apt -y install bbtime

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

sudo aptitude install bbtime

Summary

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