How to Install and Uninstall python-pyrrd Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 04,2024

1. Install "python-pyrrd" package

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

$ sudo apt update $ sudo apt install python-pyrrd

2. Uninstall "python-pyrrd" package

This is a short guide on how to uninstall python-pyrrd on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyrrd $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyrrd package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyrrd
Priority: optional
Section: universe/python
Installed-Size: 265
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyrrd
Version: 0.1.0-2
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), rrdtool, python-rrdtool
Filename: pool/universe/p/pyrrd/python-pyrrd_0.1.0-2_all.deb
Size: 46356
MD5sum: cb934d346dc91b3bbebb58f78fb8730d
SHA1: b7a56ed32f1466536d6cf2bd9ef63450ec660bf7
SHA256: 2acdfccae427c9420a6faf1dcd477e36c8a536e43df079c811ea46fb572ba564
Description-en: object-oriented Python interface for RRD
PyRRD is a module that wraps RRDTool (round-robin database tool) to allow
for the greatest possible programmatic ease in creating, updating, querying
and graphing RRD data. The idea is to make RRDTool insanely easy to use and
to be aesthetically pleasing for Python programmers.
.
It is different from python-rrdtool, which is more a simple way to use
rrdtool as by command line, because python-pyrrd wraps options in objects
that are more easy and comfortable to use.
Description-md5: 7a4de310a7fc8fff25283040d7080d08
Homepage: http://code.google.com/p/pyrrd/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu