friso command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
friso: command not found
or when using sudo you get the following error message
sudo: friso: command not found
Solutions to friso: command not found
How To Fix friso: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu friso is provided by friso package.
friso is:
Friso is an open source high performance Chinese word splitter.
This package contains configuration file and command line tool. You can test friso functionality easily.
To fix this problem, we can install more using the command below.
sudo apt-get -y install friso
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install friso.
sudo apt -y install friso
Or if you have aptitude installed you can use the following command.
sudo aptitude install friso
Summary
In this tutorial we learn how to fix friso command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.