rmligs-german command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rmligs-german: command not found
or when using sudo you get the following error message
sudo: rmligs-german: command not found
Solutions to rmligs-german: command not found
How To Fix rmligs-german: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rmligs-german is provided by rmligs-german package.
rmligs-german is:
rmligs-german is a program for removing incorrectly used ligatures from LaTeX documents. This version is intended for German language texts only.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rmligs-german
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rmligs-german.
sudo apt -y install rmligs-german
Or if you have aptitude installed you can use the following command.
sudo aptitude install rmligs-german
Summary
In this tutorial we learn how to fix rmligs-german command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.