nixnote2 command not found

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

Introduction

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

nixnote2: command not found

or when using sudo you get the following error message

sudo: nixnote2: command not found

Solutions to nixnote2: command not found

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

In Ubuntu nixnote2 is provided by nixnote2 package.

nixnote2 is:

NixNote is a client for the Evernote service (www.evernote.com). It will allow synchronization and editing of notes from your local system.

Once known as “NeverNote”, this software was rewritten in C++/Qt to provide a native user experience.

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

sudo apt-get -y install nixnote2

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

You can also use apt command to install nixnote2.

sudo apt -y install nixnote2

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

sudo aptitude install nixnote2

Summary

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