xbuffy command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xbuffy: command not found
or when using sudo you get the following error message
sudo: xbuffy: command not found
Solutions to xbuffy: command not found
How To Fix xbuffy: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xbuffy is provided by xbuffy package.
xbuffy is:
Xbuffy is a program that displays how many unread mails you have in your different mailboxes. You can have different titles for the mailboxes, and define what shall happen when a new mail arrives. It can beep and invoke a shell command, for example.
If you press mouse button 1 on the title associated with a mail box, a list of From: and Subject: lines of the mails in the mail spool file is shown. If you press mouse button 2, an arbitrary command is executed.
Xbuffy can similarly watch newsgroups via NNTP.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xbuffy
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xbuffy.
sudo apt -y install xbuffy
Or if you have aptitude installed you can use the following command.
sudo aptitude install xbuffy
Summary
In this tutorial we learn how to fix xbuffy command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.