moserial command not found

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

Introduction

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

moserial: command not found

or when using sudo you get the following error message

sudo: moserial: command not found

Solutions to moserial: command not found

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

In Ubuntu moserial is provided by moserial package.

moserial is:

moserial is a clean, friendly gtk-based serial terminal for the GNOME desktop. It is written in Vala.

Features * ASCII and HEX views of incoming and outgoing data * Logging to file of incoming and/or outgoing data * Support for x, y, and z-modem file send and receive * Support for profile files, to load/save common configurations * Easier to use than the alternatives * Supports i18n * It even has docs!

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

sudo apt-get -y install moserial

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

You can also use apt command to install moserial.

sudo apt -y install moserial

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

sudo aptitude install moserial

Summary

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