gokey command not found

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

Introduction

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

gokey: command not found

or when using sudo you get the following error message

sudo: gokey: command not found

Solutions to gokey: command not found

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

In Ubuntu gokey is provided by gokey package.

gokey is:

gokey is a password manager, which does not require a password vault. Instead of storing your passwords in a vault it derives your password on the fly from your master password and supplied realm string (for example, resource URL). This way you do not have to manage, backup or sync your password vault (or trust its management to a third party) as your passwords are available immediately anywhere.

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

sudo apt-get -y install gokey

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

You can also use apt command to install gokey.

sudo apt -y install gokey

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

sudo aptitude install gokey

Summary

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