How to Install and Uninstall libapache2-mod-mime-xattr Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "libapache2-mod-mime-xattr" package

Learn how to install libapache2-mod-mime-xattr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libapache2-mod-mime-xattr

2. Uninstall "libapache2-mod-mime-xattr" package

This is a short guide on how to uninstall libapache2-mod-mime-xattr on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libapache2-mod-mime-xattr $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache2-mod-mime-xattr package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libapache2-mod-mime-xattr
Priority: optional
Section: universe/web
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Guus Sliepen
Architecture: amd64
Source: mod-mime-xattr
Version: 0.4-6
Depends: libapr1 (>= 1.2.7), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.4), apache2-api-20120211
Filename: pool/universe/m/mod-mime-xattr/libapache2-mod-mime-xattr_0.4-6_amd64.deb
Size: 9654
MD5sum: 759090ff681773b2dedeb04c8ab45fa8
SHA1: ab092f0d37a32e178b02e6d94d9ab6e3b2776e1b
SHA256: c138ba4720aaf8a6a9bc1dc06f2ba14a7bb1e9979fd95c88b487925f1901fb8e
Description-en: Apache2 module to get MIME info from filesystem extended attributes
This is a module for the Apache HTTPD 2.4 which may be used to set a range of
MIME properties of files served from a document tree with extended attributes
(EAs) as supported by the underlying file system. The following attributes may
be used:
.
- user.mime_type: set the MIME type of a file explicitly. This attribute is
compatible with the shared MIME database specification as published by
freedesktop.org.
- user.charset: set the charset used in a file.
- user.mime_encoding: set the MIME encoding of a file (e.g. gzip).
- user.apache_handler: set the apache handler of a file explicitly.
Description-md5: 8209d37904bea1997936de3ee2559e5e
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu