kxstitch command not found

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

Introduction

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

kxstitch: command not found

or when using sudo you get the following error message

sudo: kxstitch: command not found

Solutions to kxstitch: command not found

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

In Ubuntu kxstitch is provided by kxstitch package.

kxstitch is:

KXStitch is a program that lets you create cross stitch patterns and charts. Patterns can be created from scratch on a user defined size of grid, which can be enlarged or reduced in size as your pattern progresses.

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

sudo apt-get -y install kxstitch

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

You can also use apt command to install kxstitch.

sudo apt -y install kxstitch

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

sudo aptitude install kxstitch

Summary

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