Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install pgcharts on Debian Unstable (Sid)


Install pgcharts

Installing pgcharts package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install pgcharts

pgcharts package information

distro Debian Unstable (Sid)
section Non-Free
name pgcharts
version 1.0-2
description turn your PostgreSQL queries into charts
subsection database
website github.com / dimitri / pgcharts
maintainer Dimitri Fontaine

Uninstall pgcharts

To remove just pgcharts package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove pgcharts

Uninstall pgcharts and it’s dependent packages

To remove the pgcharts package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove pgcharts

Purging pgcharts

If you also want to delete configuration and/or data files of pgcharts from Debian Sid then this will work:

sudo apt-get purge pgcharts

To delete configuration and/or data files of pgcharts and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove pgcharts

Comments

comments