How to Install and Uninstall graphite-api Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "graphite-api" package

Please follow the steps below to install graphite-api on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install graphite-api

2. Uninstall "graphite-api" package

This guide let you learn how to uninstall graphite-api on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove graphite-api $ sudo apt autoclean && sudo apt autoremove

3. Information about the graphite-api package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: graphite-api
Priority: extra
Section: universe/web
Installed-Size: 765
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Graphite Group
Architecture: all
Version: 1.1.2-1
Depends: python3-cairocffi, python3-flask, python3-pyparsing, python3-six, python3-structlog, python3-tz, python3-tzlocal, python3-yaml, python3:any (>= 3.3.2-2~), adduser
Suggests: gunicorn3 | uwsgi-plugin-python3 | libapache2-mod-wsgi-py3
Filename: pool/universe/g/graphite-api/graphite-api_1.1.2-1_all.deb
Size: 116196
MD5sum: ade5d9f79b43ac4bec6e1c99f4aaac1a
SHA1: b7b744ce2f3e8841c355c25704aeb353e1f54512
SHA256: bec8ac5d207e0d49647805e6cc359e886c27035baa982c0114590e6fd193d814
Description-en: Enterprise Scalable Realtime Graphing (API-only frontend)
Graphite consists of a storage backend and a web-based visualization
frontend. Client applications send streams of numeric time-series
data to the Graphite backend (called carbon), where it gets stored in
fixed-size database files similar in design to RRD.
.
Graphite-API is an alternative to Graphite-web, without any built-in
dashboard. Its role is solely to fetch metrics from a time-series
database and rendering graphs or JSON data out of these time
series. It is meant to be consumed by any of the numerous Graphite
dashboard applications.
Description-md5: b497ba4cff69c3287b68ea35e87aa666
Homepage: https://github.com/brutasse/graphite-api/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu