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

Last updated: October 05,2024

1. Install "rubygem-POpen4.noarch" package

Please follow the steps below to install rubygem-POpen4.noarch on Fedora 35

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

2. Uninstall "rubygem-POpen4.noarch" package

Please follow the guidance below to uninstall rubygem-POpen4.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:50:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-POpen4
Version : 0.1.4
Release : 21.fc35
Architecture : noarch
Size : 16 k
Source : rubygem-POpen4-0.1.4-21.fc35.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.