khard command not found

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

Introduction

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

khard: command not found

or when using sudo you get the following error message

sudo: khard: command not found

Solutions to khard: command not found

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

In Ubuntu khard is provided by khard package.

khard is:

Khard is an address book for the Linux console. It creates, reads, modifies and removes carddav address book entries at your local machine. Khard is also compatible to the email clients mutt and alot and the SIP client twinkle.

One might want to install vdirsyncer to synchronize local address books with a carddav server.

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

sudo apt-get -y install khard

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

You can also use apt command to install khard.

sudo apt -y install khard

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

sudo aptitude install khard

Summary

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