verbiste command not found

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

Introduction

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

verbiste: command not found

or when using sudo you get the following error message

sudo: verbiste: command not found

Solutions to verbiste: command not found

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

In Ubuntu verbiste is provided by verbiste-gtk package.

verbiste-gtk is:

Verbiste is a program that gives the complete conjugation for French and Italian verbs. The knowledge base contains over 6800 verbs.

This package contains a GTK interface.

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

sudo apt-get -y install verbiste-gtk

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

You can also use apt command to install verbiste-gtk.

sudo apt -y install verbiste-gtk

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

sudo aptitude install verbiste-gtk

Summary

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