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

Last updated: May 19,2024

1. Install "rubygem-POpen4.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-POpen4.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 4:28:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-POpen4
Version : 0.1.4
Release : 20.fc34
Architecture : noarch
Size : 17 k
Source : rubygem-POpen4-0.1.4-20.fc34.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.