2vcard command not found

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

Introduction

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

2vcard: command not found

or when using sudo you get the following error message

sudo: 2vcard: command not found

Solutions to 2vcard: command not found

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

In Ubuntu 2vcard is provided by 2vcard package.

2vcard is:

2vcard converts address books and alias files into the widely-used vCard format. Currently it can convert from abook, Eudora, Juno, LDIF, mutt, mh and pine.

2vcard was developed using Perl.

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

sudo apt-get -y install 2vcard

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

You can also use apt command to install 2vcard.

sudo apt -y install 2vcard

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

sudo aptitude install 2vcard

Summary

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