gem2deb-test-runner command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gem2deb-test-runner: command not found
or when using sudo you get the following error message
sudo: gem2deb-test-runner: command not found
Solutions to gem2deb-test-runner: command not found
How To Fix gem2deb-test-runner: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gem2deb-test-runner is provided by gem2deb-test-runner package.
gem2deb-test-runner is:
gem2deb is a set of tools to create Debian package from ruby software distributed with Rubygems.
This package contains the tool to run the tests.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gem2deb-test-runner
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gem2deb-test-runner.
sudo apt -y install gem2deb-test-runner
Or if you have aptitude installed you can use the following command.
sudo aptitude install gem2deb-test-runner
Summary
In this tutorial we learn how to fix gem2deb-test-runner command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.