How to Install and Uninstall apachedex Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "apachedex" package

Please follow the instructions below to install apachedex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install apachedex

2. Uninstall "apachedex" package

Please follow the guidance below to uninstall apachedex on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove apachedex $ sudo apt autoclean && sudo apt autoremove

3. Information about the apachedex package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: apachedex
Priority: optional
Section: universe/python
Installed-Size: 149
Maintainer: Ubuntu Developers
Original-Maintainer: Arnaud Fontaine
Architecture: all
Version: 1.6.2-1
Depends: python (>= 2.7), python (<< 2.8), libjs-jquery, libjs-jquery-ui (>= 1.10), libjs-jquery-flot
Filename: pool/universe/a/apachedex/apachedex_1.6.2-1_all.deb
Size: 32058
MD5sum: a18ce196b0c1aeb30c758cced4fcbafe
SHA1: 3228b1072797f857e56388cfd3fdfd883a54f130
SHA256: 4677d41ab45f1a2cec99b675530dec60a95b2ac17bedbb54da4847c807a70ca0
Description-en: Compute APDEX from Apache-style logs
APacheDEX parses Apache-style logs and generates several statistics
intended for a website developer audience:
.
* APDEX (Application Performance inDEX, see http://www.apdex.org) ratio
(plotted) because you want to know how satisfied your users are.
.
* hit count (plotted) because achieving 100% APDEX is easy when there
is nobody around.
.
* HTTP status codes, with optional detailed output of the most frequent
URLs per error status code, along with their most frequent referers
because your forgot to update a link to that conditionally-used
browser compatibility javascript you renamed.
.
* Hottest pages (pages which use rendering time the most) because you
want to know where to invest time to get highest user experience
improvement.
.
* ERP5 sites: per-module statistics, with module and document views
separated because module and document types are not born equal in
usage patterns.
Description-md5: d9f5811a6b168648f31497219a2b1830
Homepage: http://git.erp5.org/gitweb/apachedex.git
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu