piuparts_slave_stop command not found

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

Introduction

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

piuparts_slave_stop: command not found

or when using sudo you get the following error message

sudo: piuparts_slave_stop: command not found

Solutions to piuparts_slave_stop: command not found

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

In Ubuntu piuparts_slave_stop is provided by piuparts-slave package.

piuparts-slave is:

piuparts is meant as a quality assurance tool for people who create .deb packages to test them before they upload them to the Debian package archive. A master/slave piuparts installation is used for testing complete archives as it is done on https://piuparts.debian.org/.

This package provides the piuparts slave components, which need a piuparts master to operate. See the documentation in the piuparts-master package.

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

sudo apt-get -y install piuparts-slave

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

You can also use apt command to install piuparts-slave.

sudo apt -y install piuparts-slave

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

sudo aptitude install piuparts-slave

Summary

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