bugwarrior-pull command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
bugwarrior-pull: command not found
or when using sudo you get the following error message
sudo: bugwarrior-pull: command not found
Solutions to bugwarrior-pull: command not found
How To Fix bugwarrior-pull: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu bugwarrior-pull is provided by bugwarrior package.
bugwarrior is:
bugwarrior is a command line utility for updating your local TaskWarrior database from your forge issue trackers.
It currently supports the following remote resources: ActiveCollab, Bitbucket, Bugzilla, Debian, Gerrit, GitHub, GitLab, Gmail, Jira, Megaplan, Pagure, Phabricator, Pivotal Tracker, RedMine, Taiga, TeamLab, Trac, Trello, Versionone, YouTrack.
To fix this problem, we can install more using the command below.
sudo apt-get -y install bugwarrior
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install bugwarrior.
sudo apt -y install bugwarrior
Or if you have aptitude installed you can use the following command.
sudo aptitude install bugwarrior
Summary
In this tutorial we learn how to fix bugwarrior-pull command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.