francine command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
francine: command not found
or when using sudo you get the following error message
sudo: francine: command not found
Solutions to francine: command not found
How To Fix francine: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu francine is provided by francine package.
francine is:
francine is an easy to configure themeable console login program. Its great configurability for per tty access-settings and the posibility to put the prompt for username and password anywhere within a nicely colored ANSI-screen makes it a greatly enhanced replacement for the old clumpy login.
You need a getty that is able to run different programs than just login. It is suggested to use rungetty for that, but (alternative) getty does suffice. It can also be used from the telnetd with the -L option.
This project is a spin-off from the fancylogin project, which is still maintained by Richard Bergmair.
To fix this problem, we can install more using the command below.
sudo apt-get -y install francine
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install francine.
sudo apt -y install francine
Or if you have aptitude installed you can use the following command.
sudo aptitude install francine
Summary
In this tutorial we learn how to fix francine command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.