autogb command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
autogb: command not found
or when using sudo you get the following error message
sudo: autogb: command not found
Solutions to autogb: command not found
How To Fix autogb: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu autogb is provided by zh-autoconvert package.
zh-autoconvert is:
AutoConvert is an intelligent Chinese Encoding converter. It uses builtin functions to judge the type of the input file’s Chinese Encoding (such as GB/Big5/HZ), then converts the input file to any type of Chinese Encoding you want. You can use autoconvert to handle incoming mail, automatically converting messages to the Chinese Encoding you want. It can alse handle Unicode (UTF-16)/UTF-7/UTF-8 now.
This package contains the binary tools autogb and autob5, as well as the corresponding autogb/autob5 plugins for XChat the IRC client.
To fix this problem, we can install more using the command below.
sudo apt-get -y install zh-autoconvert
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install zh-autoconvert.
sudo apt -y install zh-autoconvert
Or if you have aptitude installed you can use the following command.
sudo aptitude install zh-autoconvert
Summary
In this tutorial we learn how to fix autogb command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.