bidiv command not found

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

Introduction

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

bidiv: command not found

or when using sudo you get the following error message

sudo: bidiv: command not found

Solutions to bidiv: command not found

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

In Ubuntu bidiv is provided by bidiv package.

bidiv is:

bidiv is a simple utility for converting logical-Hebrew input to visual-Hebrew output. This is useful for reading Hebrew mail messages, viewing Hebrew texts, etc. It was written for Hebrew but Arabic (or other BiDi languages) should work equally well.

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

sudo apt-get -y install bidiv

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

You can also use apt command to install bidiv.

sudo apt -y install bidiv

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

sudo aptitude install bidiv

Summary

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