Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Missing Term/ReadLine.pm and PerlIO from Ubuntu 20.10?

by Corion (Patriarch)
on Feb 16, 2021 at 12:56 UTC ( [id://11128440]=note: print w/replies, xml ) Need Help??


in reply to Missing Term/ReadLine.pm and PerlIO from Ubuntu 20.10?

Most likely, the Perl on that machine is horribly broken. A part of this could be that certain vendors only install a stripped-down Perl distribution and name that package "perl-base". You want to install the package for the full Perl, that is named perl.

Hopefully this will remedy the error message of debconf that Term::ReadLine is not installed, but ideally, the debconf package should know about Term::Readline if it needs it at all.

Another idea might be that somehow your private changes to @INC bleed over into the system configuration, and will cause no end of sadness.

First, make sure that you have a full Perl, by using apt install perl.

Replies are listed 'Best First'.
Re^2: Missing Term/ReadLine.pm and PerlIO from Ubuntu 20.10?
by szabgab (Priest) on Feb 16, 2021 at 13:32 UTC
    Installing the package "perl" was an excellent advice. It solved these problems. Thank you!

    I even managed to install Term-ReadLine-Gnu on Ubuntu.

    Now I am trying to do it on CentOS.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11128440]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (9)
As of 2024-04-18 12:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found