wyrd command not found

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

Introduction

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

wyrd: command not found

or when using sudo you get the following error message

sudo: wyrd: command not found

Solutions to wyrd: command not found

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

In Ubuntu wyrd is provided by wyrd package.

wyrd is:

Wyrd acts as an ncurses-based frontend for remind, a scheduler application featuring sophisticated date calculation, moon phases, sunrise/sunset, Hebrew calendar, alarms, multilingual messages, and proper handling of holidays.

Wyrd displays reminders on a browsable time table along with a calendar and lets the user create new timed or untimed reminders. Using the remind backend, it is possible to convert the calendar to PostScript for printing and to synchronize it with Palm handhelds.

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

sudo apt-get -y install wyrd

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

You can also use apt command to install wyrd.

sudo apt -y install wyrd

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

sudo aptitude install wyrd

Summary

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