kanboard command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kanboard: command not found
or when using sudo you get the following error message
sudo: kanboard: command not found
Solutions to kanboard: command not found
How To Fix kanboard: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kanboard is provided by kanboard-cli package.
kanboard-cli is:
Kanboard (https://kanboard.net/) is project management software that focuses on the Kanban methodology. It has the following features:
- Visualize your work
- Limit your work in progress to be more efficient
- Customize your boards according to your business activities
- Multiple projects with the ability to drag and drop tasks
- Reports and analytics
- Fast and simple to use
- Access from anywhere with a modern browser
- Plugins and integrations with external services
- Free, open source and self-hosted
- Super simple installation
kanboard-cli is a command line client for kanboard application.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kanboard-cli
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kanboard-cli.
sudo apt -y install kanboard-cli
Or if you have aptitude installed you can use the following command.
sudo aptitude install kanboard-cli
Summary
In this tutorial we learn how to fix kanboard command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.