autorenamer command not found

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

Introduction

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

autorenamer: command not found

or when using sudo you get the following error message

sudo: autorenamer: command not found

Solutions to autorenamer: command not found

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

In Ubuntu autorenamer is provided by autorenamer package.

autorenamer is:

This is a simple graphical program that lets you reorder the files using drag-and-drop and then changes the names of the files such that their alphabetical sorting matches the ordering you chose. You can also shuffle the files.

Currently the renaming consists of prepending each filename with a short number.

The program displays thumbnails of files using GNOME libraries.

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

sudo apt-get -y install autorenamer

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

You can also use apt command to install autorenamer.

sudo apt -y install autorenamer

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

sudo aptitude install autorenamer

Summary

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