aptitude-robot-session command not found

In this troubleshooting guide we learn how to fix aptitude-robot-session command not found error message

Introduction

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

aptitude-robot-session: command not found

or when using sudo you get the following error message

sudo: aptitude-robot-session: command not found

Solutions to aptitude-robot-session: command not found

How To Fix aptitude-robot-session: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu aptitude-robot-session is provided by aptitude-robot package.

aptitude-robot is:

Framework to use aptitude for automated package management including unattended upgrade, installation, removal, hold, etc. Allows you to automate what you would manually do with aptitude.

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

sudo apt-get -y install aptitude-robot

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

You can also use apt command to install aptitude-robot.

sudo apt -y install aptitude-robot

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

sudo aptitude install aptitude-robot

Summary

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