in reply to IO::Stty not installed, cannot change mode

IO::Stty uses Module::Build to build itself. Are those the dependencies you are talking about?

Anyway, it's a very simple and pure Perl module. You can install it as follows:

$ perl -MExtUtils::MakeMaker -e'WriteMakefile(NAME, "IO::Stty")' $ make $ sudo make install

Replies are listed 'Best First'.
Re^2: IO::Stty not installed, cannot change mode
by bhushanQA (Sexton) on Apr 19, 2016 at 12:33 UTC
    Thanks Salva... It worked for me.
Re^2: IO::Stty not installed, cannot change mode
by Anonymous Monk on Oct 19, 2017 at 14:37 UTC
    HI Salva, thanks for the simple info, but it helped me a lot to get the IO::Stty installed on the linux machine!!!! 1000x Thanks, Davies / scta