How to Install and Uninstall ruby-marcel Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 04,2024

1. Install "ruby-marcel" package

Please follow the instructions below to install ruby-marcel on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-marcel

2. Uninstall "ruby-marcel" package

This guide covers the steps necessary to uninstall ruby-marcel on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-marcel package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-marcel
Architecture: all
Version: 0.3.2-3
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 31
Depends: ruby-mimemagic (>= 0.3.2)
Filename: pool/universe/r/ruby-marcel/ruby-marcel_0.3.2-3_all.deb
Size: 6028
MD5sum: 0eb9ada201516ffe6e6567520c3da3e9
SHA1: 9a9df15b98b22ffc3c5844989213625d87b7298d
SHA256: c35dba5844e47806d270271c66fdc48a541a5d2af0d811c777ccf8b676b8da1d
SHA512: 786110a84bb069a288b25f112e09fce7e28320992daebcac048823195cce87d938ac70be0b7009cb532129d731df8e36d5a97cdf495f9845e2f95fea6e178307
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