How To Install perl-Proc-InvokeEditor on Fedora 36
Introduction
In this tutorial we learn how to install perl-Proc-InvokeEditor
on Fedora 36.
What is perl-Proc-InvokeEditor
This Perl module provides the ability to supply some text to an external text editor, have it edited by the user, and retrieve the results.
We can use yum
or dnf
to install perl-Proc-InvokeEditor
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Proc-InvokeEditor.
Install perl-Proc-InvokeEditor 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-Proc-InvokeEditor
using dnf
by running the following command:
sudo dnf -y install perl-Proc-InvokeEditor
Install perl-Proc-InvokeEditor 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-Proc-InvokeEditor
using yum
by running the following command:
sudo yum -y install perl-Proc-InvokeEditor
How To Uninstall perl-Proc-InvokeEditor on Fedora 36
To uninstall only the perl-Proc-InvokeEditor
package we can use the following command:
sudo dnf remove perl-Proc-InvokeEditor
perl-Proc-InvokeEditor Package Contents on Fedora 36
/usr/share/doc/perl-Proc-InvokeEditor
/usr/share/doc/perl-Proc-InvokeEditor/Changes
/usr/share/doc/perl-Proc-InvokeEditor/README
/usr/share/doc/perl-Proc-InvokeEditor/examples
/usr/share/doc/perl-Proc-InvokeEditor/examples/example.pl
/usr/share/doc/perl-Proc-InvokeEditor/examples/example2.pl
/usr/share/licenses/perl-Proc-InvokeEditor
/usr/share/licenses/perl-Proc-InvokeEditor/LICENSE
/usr/share/man/man3/Proc::InvokeEditor.3pm.gz
/usr/share/perl5/vendor_perl/Proc
/usr/share/perl5/vendor_perl/Proc/InvokeEditor.pm
References
Summary
In this tutorial we learn how to install perl-Proc-InvokeEditor
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).