basket command not found

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

Introduction

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

basket: command not found

or when using sudo you get the following error message

sudo: basket: command not found

Solutions to basket: command not found

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

In Ubuntu basket is provided by basket package.

basket is:

This application provides as many baskets (drawers) as you wish; Several kinds of objects (texts, URLs, images,…) can be drag-n-drop’d into it.

Objects can be edited, copied, dragged… So, they can be arranged according to users’ taste. Moreover, Basket allows you to keep all objects you want in one place, keep data on hand, take notes…

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

sudo apt-get -y install basket

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

You can also use apt command to install basket.

sudo apt -y install basket

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

sudo aptitude install basket

Summary

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