How to Install and Uninstall libdevel-autoflush-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "libdevel-autoflush-perl" package

In this section, we are going to explain the necessary steps to install libdevel-autoflush-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdevel-autoflush-perl" package

Here is a brief guide to show you how to uninstall libdevel-autoflush-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libdevel-autoflush-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdevel-autoflush-perl
Priority: optional
Section: universe/perl
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.06-1
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
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
Homepage: http://metacpan.org/release/Devel-Autoflush
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu