wallch command not found

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

Introduction

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

wallch: command not found

or when using sudo you get the following error message

sudo: wallch: command not found

Solutions to wallch: command not found

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

In Ubuntu wallch is provided by wallch package.

wallch is:

Wallch is a wallpaper changer for keeping your desktop fresh and new. It supports the following Desktop Environments: Gnome (with or without Unity integration), LXDE, XFCE and Mate.

Some random features:

  • Live Website - set as wallpaper any webpage you wish
  • Live Earth - a live picture of the earth
  • Picture Of The Day - taken from wikipedia, changing daily
  • Wallpaper Clocks - wallpapers that tell you the time
  • Folder Monitoring

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

sudo apt-get -y install wallch

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

You can also use apt command to install wallch.

sudo apt -y install wallch

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

sudo aptitude install wallch

Summary

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