Install ruby-multipart-parser
Installing ruby-multipart-parser package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ruby-multipart-parser
ruby-multipart-parser package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ruby-multipart-parser |
version | 0.1.1-2 |
description | simple parser for multipart MIME messages |
subsection | ruby |
website | github.com / danabr / multipart-parser |
maintainer | Debian Ruby Extras Maintainers |
Uninstall ruby-multipart-parser
To remove just ruby-multipart-parser package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ruby-multipart-parser
Uninstall ruby-multipart-parser and it’s dependent packages
To remove the ruby-multipart-parser package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ruby-multipart-parser
Purging ruby-multipart-parser
If you also want to delete configuration and/or data files of ruby-multipart-parser from Debian Sid then this will work:
sudo apt-get purge ruby-multipart-parser
To delete configuration and/or data files of ruby-multipart-parser and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ruby-multipart-parser