How to Install and Uninstall ruby-marcel Package on Kali Linux

Last updated: May 18,2024

1. Install "ruby-marcel" package

Please follow the guidelines below to install ruby-marcel on Kali Linux

$ sudo apt update $ sudo apt install ruby-marcel

2. Uninstall "ruby-marcel" package

This is a short guide on how to uninstall ruby-marcel on Kali Linux:

$ sudo apt remove ruby-marcel $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-marcel package on Kali Linux

Package: ruby-marcel
Version: 1.0.1+dfsg-2
Installed-Size: 186
Maintainer: Debian Ruby Team
Architecture: all
Size: 34516
SHA256: 70f9a95fd9d0856d6371062bd2bf5054f2e47cfe894c2f882df91db76ec32161
SHA1: 1c03a9f6e0ae5848c5eed08b597939241b034887
MD5sum: 363d083b5dd2d140f5cf8915a18c5f0d
Description: Simple mime type detection
Marcel attempts to choose the most appropriate content type for a given file
by looking at the binary data, the filename, and any declared type (perhaps
passed as a request header).
.
By preference, the magic number data in any passed in file is used to determine
the type. If this doesn't work, it uses the type gleaned from the filename,
extension, and finally the declared type. If no valid type is found in any of
these, "application/octet-stream" is returned.
.
Some types aren't easily recognised solely by magic number data. For example
Adobe Illustrator files have the same magic number as PDFs (and can usually
even be viewed in PDF viewers!). For these types, Marcel uses both the magic
number data and the file name to work out the type.
Description-md5:
Homepage: https://github.com/basecamp/marcel
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-marcel/ruby-marcel_1.0.1+dfsg-2_all.deb