anypaper command not found

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

Introduction

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

anypaper: command not found

or when using sudo you get the following error message

sudo: anypaper: command not found

Solutions to anypaper: command not found

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

In Ubuntu anypaper is provided by anypaper package.

anypaper is:

anyPaper is a front-end for wallpapersetter. it let you: Preview of selected image. Six modes of setting wallpaper (fullscreen, normal, tiled, adjusted, scaled and custom scale). User can select the background color, image position, wallpapersetter and screen size. Preview of background before setting no-set option for only handling images (command line).

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

sudo apt-get -y install anypaper

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

You can also use apt command to install anypaper.

sudo apt -y install anypaper

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

sudo aptitude install anypaper

Summary

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