slrnface command not found

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

Introduction

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

slrnface: command not found

or when using sudo you get the following error message

sudo: slrnface: command not found

Solutions to slrnface: command not found

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

In Ubuntu slrnface is provided by slrnface package.

slrnface is:

The slrnface helper utility can be used from the slrn and the tin news reader to show X-Faces in Usenet articles when they are run from an X11 terminal emulator. It is not intended to be run directly from the command line.

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

sudo apt-get -y install slrnface

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

You can also use apt command to install slrnface.

sudo apt -y install slrnface

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

sudo aptitude install slrnface

Summary

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