How to Install and Uninstall apache-commons-fileupload.noarch Package on Fedora 35

Last updated: October 02,2024

1. Install "apache-commons-fileupload.noarch" package

Please follow the guidelines below to install apache-commons-fileupload.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install apache-commons-fileupload.noarch

2. Uninstall "apache-commons-fileupload.noarch" package

Please follow the instructions below to uninstall apache-commons-fileupload.noarch on Fedora 35:

$ sudo dnf remove apache-commons-fileupload.noarch $ sudo dnf autoremove

3. Information about the apache-commons-fileupload.noarch package on Fedora 35

Last metadata expiration check: 5:40:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : apache-commons-fileupload
Version : 1.4
Release : 7.fc35
Architecture : noarch
Size : 77 k
Source : apache-commons-fileupload-1.4-7.fc35.src.rpm
Repository : fedora
Summary : API to work with HTML file upload
URL : http://commons.apache.org/fileupload/
License : ASL 2.0
Description : The javax.servlet package lacks support for RFC-1867, HTML file
: upload. This package provides a simple to use API for working with
: such data. The scope of this package is to create a package of Java
: utility classes to read multipart/form-data within a
: javax.servlet.http.HttpServletRequest.