How to Install and Uninstall ruby-marcel Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "ruby-marcel" package

This guide covers the steps necessary to install ruby-marcel on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-marcel

2. Uninstall "ruby-marcel" package

Please follow the step by step instructions below to uninstall ruby-marcel on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-marcel package on Ubuntu 21.10 (Impish Indri)

Package: ruby-marcel
Architecture: all
Version: 1.0.1+dfsg-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 186
Filename: pool/universe/r/ruby-marcel/ruby-marcel_1.0.1+dfsg-2_all.deb
Size: 34556
MD5sum: ca9d721af27994e5dea8d6df99773751
SHA1: 190b824b691a0e76f93e65b21bc02f9e5e5c3386
SHA256: 0cf984e274f5a68d90ad3490a88ca80e972247023569828990598edddb61060c
SHA512: a1db4cda0a0d25d551618f57a2395b35e2c680cc4eb5bced3ebf4f9548b9d1e34602d6a2ab098a470c5a37626f1df7e55c7458b1291e4b236a0df20947a2f78f
Homepage: https://github.com/basecamp/marcel
Description-en: 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: 4240a8d3c5b6460e322e69f0a22116c2
Ruby-Versions: all