How to Install and Uninstall rubygem-POpen4.noarch Package on Fedora 36

Last updated: September 28,2024

1. Install "rubygem-POpen4.noarch" package

Please follow the guidance below to install rubygem-POpen4.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-POpen4.noarch

2. Uninstall "rubygem-POpen4.noarch" package

Learn how to uninstall rubygem-POpen4.noarch on Fedora 36:

$ sudo dnf remove rubygem-POpen4.noarch $ sudo dnf autoremove

3. Information about the rubygem-POpen4.noarch package on Fedora 36

Last metadata expiration check: 4:16:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rubygem-POpen4
Version : 0.1.4
Release : 22.fc36
Architecture : noarch
Size : 16 k
Source : rubygem-POpen4-0.1.4-22.fc36.src.rpm
Repository : fedora
Summary : Open4 cross-platform
URL : http://github.com/pka/popen4
License : GPLv2 or Ruby
Description : POpen4 provides the Rubyist a single API across platforms for executing
: a command in a child process with handles on stdout, stderr, stdin streams
: as well as access to the process ID and exit status. It does very little other
: than to provide an easy way to use either Ara Howard’s Open4 library
: or the win32-popen3 library by Park Heesob and Daniel Berger depending on your
: platform and without having to code around the slight differences
: in their APIs.