Skip to content

Instantly share code, notes, and snippets.

@SaicharanKandukuri
Last active July 13, 2021 04:26
Show Gist options
  • Save SaicharanKandukuri/84bfa8a10e56ed00a5bf710391c918b2 to your computer and use it in GitHub Desktop.
Save SaicharanKandukuri/84bfa8a10e56ed00a5bf710391c918b2 to your computer and use it in GitHub Desktop.
solution for Readline error in linux

Basically defconf Realine error occurs when there are missing packages,so to install the Just use

For Debian

# If you are not root user
sudo apt install -y readline-common dialog perl
# if you are root user 
apt install -y readline-common dialog perl

Summary:

Whatever your linux distributions is if you see the error just install perl,readline-common,dialog to solve the problem Happy linuxing!😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment