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

Last updated: October 06,2024

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

Please follow the instructions below to install rubygem-multipart-post.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall rubygem-multipart-post.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:44:34 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-multipart-post
Version : 2.0.0
Release : 13.fc35
Architecture : noarch
Size : 13 k
Source : rubygem-multipart-post-2.0.0-13.fc35.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.