w90pov command not found

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

Introduction

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

w90pov: command not found

or when using sudo you get the following error message

sudo: w90pov: command not found

Solutions to w90pov: command not found

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

In Ubuntu w90pov is provided by wannier90 package.

wannier90 is:

Wannier90 is an electronic-structure software computing maximally-localized Wannier functions (MLWF). It works on top of other electronic-structure software, such as Abinit, FLEUR, and PwSCF.

This package provides Wannier90 executables.

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

sudo apt-get -y install wannier90

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

You can also use apt command to install wannier90.

sudo apt -y install wannier90

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

sudo aptitude install wannier90

Summary

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