How to Install and Uninstall libcommons-fileupload-java Package on Kali Linux

Last updated: May 14,2024

1. Install "libcommons-fileupload-java" package

Please follow the guidance below to install libcommons-fileupload-java on Kali Linux

$ sudo apt update $ sudo apt install libcommons-fileupload-java

2. Uninstall "libcommons-fileupload-java" package

This tutorial shows how to uninstall libcommons-fileupload-java on Kali Linux:

$ sudo apt remove libcommons-fileupload-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcommons-fileupload-java package on Kali Linux

Package: libcommons-fileupload-java
Version: 1.5-1
Installed-Size: 97
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libcommons-io-java
Size: 64996
SHA256: 036d55aaee80f5ea20bc0d983720422464244e779df073bbfb906a55128bc228
SHA1: b7cd5157360556a2a4a0ded5d90b6ec95f07fef2
MD5sum: 856529ae519f955f11f0f6b0120e5a15
Description: File upload capability to your servlets and web applications
The Commons FileUpload package makes it easy to add robust, high-performance,
file upload capability to your servlets and web applications.
.
FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File
Upload in HTML". That is, if an HTTP request is submitted using the POST
method, and with a content type of "multipart/form-data", then FileUpload
can parse that request, and make the results available in a manner easily
used by the caller.
Description-md5:
Homepage: https://commons.apache.org/proper/commons-fileupload/
Tag: devel::lang:java, devel::library, implemented-in::java, protocol::http,
role::devel-lib, role::program, role::shared-lib
Section: java
Priority: optional
Filename: pool/main/libc/libcommons-fileupload-java/libcommons-fileupload-java_1.5-1_all.deb