How to Install and Uninstall libdevel-autoflush-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

1. Install "libdevel-autoflush-perl" package

Please follow the steps below to install libdevel-autoflush-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libdevel-autoflush-perl

2. Uninstall "libdevel-autoflush-perl" package

This is a short guide on how to uninstall libdevel-autoflush-perl on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libdevel-autoflush-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdevel-autoflush-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdevel-autoflush-perl
Architecture: all
Version: 0.06-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 51
Depends: perl
Filename: pool/universe/libd/libdevel-autoflush-perl/libdevel-autoflush-perl_0.06-1_all.deb
Size: 8162
MD5sum: b241bed8ff445e574601a23ef7c0ffd8
SHA1: d8c10e1c97f4857ed01c91336afac87fb73463d9
SHA256: 88059630adcd7119a68dacbc04f4f0b547345b0e6d66ea17c32530a4014daf05
SHA512: 9053ddfe40c26c963a1b51db7e261030ba81ed1ebe70f58f85b3237ecd06ebcb21690c97aa20d2687044c0fa4401a5658ce75af33ed3a4652da3c74d68f9d4af
Homepage: http://metacpan.org/release/Devel-Autoflush
Description-en: module for setting autoflush from the command line
Devel::Autoflush is a hack to set autoflush for STDOUT and STDERR from the
command line or from "PERL5OPT" for code that needs it but doesn't have it.
.
This often happens when prompting:
.
# guess.pl
print "Guess a number: ";
$n = ;
.
As long as the output is going to a terminal, the prompt is flushed when STDIN
is read. However, if the output is being piped, the print statement will
not automatically be flushed, no prompt will be seen and the program will
silently appear to hang while waiting for input.
Description-md5: d9c3dfb8d5c544732a92d85c0cb5c391