git-pw command not found
In this troubleshooting guide we learn how to fix git-pw command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
git-pw: command not found
or when using sudo you get the following error message
sudo: git-pw: command not found
Solutions to git-pw: command not found
How To Fix git-pw: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu git-pw is provided by git-pw package.
git-pw is:
Patchwork is the web-based patch tracking system, this tool helps to integrate with it.
To fix this problem, we can install more using the command below.
sudo apt-get -y install git-pw
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install git-pw.
sudo apt -y install git-pw
Or if you have aptitude installed you can use the following command.
sudo aptitude install git-pw
Summary
In this tutorial we learn how to fix git-pw command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.