How To Install perl-Wx-Perl-ProcessStream on Fedora 36

In this tutorial we learn how to install perl-Wx-Perl-ProcessStream in Fedora 36. perl-Wx-Perl-ProcessStream is Access IO of external processes via events

Introduction

In this tutorial we learn how to install perl-Wx-Perl-ProcessStream on Fedora 36.

What is perl-Wx-Perl-ProcessStream

This module provides the STDOUT, STDERR and exit codes of asynchronously running processes via events. It may be used for long running or blocking processes that provide periodic updates on state via STDOUT. Simple IPC is possible via STDIN.

We can use yum or dnf to install perl-Wx-Perl-ProcessStream on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Wx-Perl-ProcessStream.

Install perl-Wx-Perl-ProcessStream on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Wx-Perl-ProcessStream using dnf by running the following command:

sudo dnf -y install perl-Wx-Perl-ProcessStream

Install perl-Wx-Perl-ProcessStream on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Wx-Perl-ProcessStream using yum by running the following command:

sudo yum -y install perl-Wx-Perl-ProcessStream

How To Uninstall perl-Wx-Perl-ProcessStream on Fedora 36

To uninstall only the perl-Wx-Perl-ProcessStream package we can use the following command:

sudo dnf remove perl-Wx-Perl-ProcessStream

perl-Wx-Perl-ProcessStream Package Contents on Fedora 36

/usr/share/doc/perl-Wx-Perl-ProcessStream
/usr/share/doc/perl-Wx-Perl-ProcessStream/Changes
/usr/share/doc/perl-Wx-Perl-ProcessStream/README
/usr/share/doc/perl-Wx-Perl-ProcessStream/example
/usr/share/doc/perl-Wx-Perl-ProcessStream/example/psexample.pl
/usr/share/doc/perl-Wx-Perl-ProcessStream/example/testproc.pl
/usr/share/man/man3/Wx::Perl::ProcessStream.3pm.gz
/usr/share/perl5/Wx
/usr/share/perl5/Wx/Perl
/usr/share/perl5/Wx/Perl/ProcessStream.pm

References

Summary

In this tutorial we learn how to install perl-Wx-Perl-ProcessStream on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).