How to Install and Uninstall ruby-multipart-parser Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "ruby-multipart-parser" package

This tutorial shows how to install ruby-multipart-parser on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-multipart-parser

2. Uninstall "ruby-multipart-parser" package

Please follow the steps below to uninstall ruby-multipart-parser on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-multipart-parser $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-multipart-parser package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-multipart-parser
Priority: optional
Section: universe/ruby
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.1.1-2
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-multipart-parser/ruby-multipart-parser_0.1.1-2_all.deb
Size: 6208
MD5sum: 8fe747b206409299e1d4ad5e503e6102
SHA1: e32677c4d78f420dc712e1ba9c9c7462c6334253
SHA256: 37da4152a9c2e47a48739728589d09011419ebb1f8d7903a9e59d7dc027ef3e3
Description-en: simple parser for multipart MIME messages
multipart-parser is a simple parser for multipart MIME messages, written in
Ruby, based on felixge/node-formidable's parser.
.
Some things to note:
- pure Ruby
- event-driven API
- only supports one level of multipart parsing: another parser needs
to be invoked to handle nested messages
- does not perform I/O
- does not depend on any other library
Description-md5: 686babb64427fd8b09b6caf1293d5b48
Homepage: https://github.com/danabr/multipart-parser
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu