webcollage-helper command not found

In this troubleshooting guide we learn how to fix webcollage-helper command not found error message

Introduction

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

webcollage-helper: command not found

or when using sudo you get the following error message

sudo: webcollage-helper: command not found

Solutions to webcollage-helper: command not found

How To Fix webcollage-helper: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu webcollage-helper is provided by xscreensaver-screensaver-webcollage package.

xscreensaver-screensaver-webcollage is:

This package ships the mode webcollage which displays images from random web searches on the Internet.

WARNING: The Internet being what it is, absolutely anything might show up in the collage of search results including – quite possibly – pornography, or even nudity. Please act accordingly.

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

sudo apt-get -y install xscreensaver-screensaver-webcollage

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

You can also use apt command to install xscreensaver-screensaver-webcollage.

sudo apt -y install xscreensaver-screensaver-webcollage

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

sudo aptitude install xscreensaver-screensaver-webcollage

Summary

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