qwo command not found

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

Introduction

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

qwo: command not found

or when using sudo you get the following error message

sudo: qwo: command not found

Solutions to qwo: command not found

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

In Ubuntu qwo is provided by qwo package.

qwo is:

Qwo is an implementation of quikwriting, an input method to continuously enter text on a touchscreen, without picking up the finger or stylus.

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

sudo apt-get -y install qwo

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

You can also use apt command to install qwo.

sudo apt -y install qwo

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

sudo aptitude install qwo

Summary

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