gnome-session-remmina command not found

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

Introduction

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

gnome-session-remmina: command not found

or when using sudo you get the following error message

sudo: gnome-session-remmina: command not found

Solutions to gnome-session-remmina: command not found

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

In Ubuntu gnome-session-remmina is provided by remmina-plugin-kiosk package.

remmina-plugin-kiosk is:

Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks.

Remmina supports multiple network protocols in an integrated and consistent user interface.

Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported.

This package contains the Kiosk plugin for Remmina.

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

sudo apt-get -y install remmina-plugin-kiosk

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

You can also use apt command to install remmina-plugin-kiosk.

sudo apt -y install remmina-plugin-kiosk

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

sudo aptitude install remmina-plugin-kiosk

Summary

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