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

Last updated: June 29,2024

1. Install "rubygem-multipart-post.noarch" package

Please follow the steps below to install rubygem-multipart-post.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-multipart-post.noarch

2. Uninstall "rubygem-multipart-post.noarch" package

Please follow the step by step instructions below to uninstall rubygem-multipart-post.noarch on Fedora 34:

$ sudo dnf remove rubygem-multipart-post.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:11:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-multipart-post
Version : 2.0.0
Release : 12.fc34
Architecture : noarch
Size : 13 k
Source : rubygem-multipart-post-2.0.0-12.fc34.src.rpm
Repository : fedora
Summary : Creates a multipart form post accessory for Net::HTTP
URL : http://github.com/nicksieger/multipart-post
License : MIT
Description : Use with Net::HTTP to do multipart form posts. IO values that
: have #content_type, #original_filename, and #local_path will
: be posted as a binary file.