How to Install and Uninstall libdevel-autoflush-perl Package on Kali Linux

Last updated: May 03,2024

1. Install "libdevel-autoflush-perl" package

This guide let you learn how to install libdevel-autoflush-perl on Kali Linux

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

2. Uninstall "libdevel-autoflush-perl" package

Please follow the step by step instructions below to uninstall libdevel-autoflush-perl on Kali Linux:

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

3. Information about the libdevel-autoflush-perl package on Kali Linux

Package: libdevel-autoflush-perl
Version: 0.06-3
Installed-Size: 25
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 8424
SHA256: 147af5bd51399fabb163bf25425e0193802b4c7fd4691fc85c1073932f6ff3af
SHA1: fc034510692b1e7d6181a43c97ad800053b6c6a7
MD5sum: e4642d0825a4ebe28b7d79fdc007b33a
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Devel-Autoflush
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libd/libdevel-autoflush-perl/libdevel-autoflush-perl_0.06-3_all.deb