How to Install and Uninstall pgcenter.x86_64 Package on Fedora 35

Last updated: July 04,2024

1. Install "pgcenter.x86_64" package

Please follow the guidance below to install pgcenter.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install pgcenter.x86_64

2. Uninstall "pgcenter.x86_64" package

Learn how to uninstall pgcenter.x86_64 on Fedora 35:

$ sudo dnf remove pgcenter.x86_64 $ sudo dnf autoremove

3. Information about the pgcenter.x86_64 package on Fedora 35

Last metadata expiration check: 2:57:23 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : pgcenter
Version : 0.3.0
Release : 13.fc35
Architecture : x86_64
Size : 65 k
Source : pgcenter-0.3.0-13.fc35.src.rpm
Repository : fedora
Summary : Top-like PostgreSQL statistics viewer
URL : https://github.com/lesovsky/pgcenter
License : BSD
Description : PostgreSQL provides various statistics which includes information about
: tables, indexes, functions and other database objects and their usage.
: Moreover, statistics has detailed information about connections, current
: queries and database operations (INSERT/DELETE/UPDATE). But most of this
: statistics are provided as permanently incremented counters. The pgcenter
: provides convenient interface to this statistics and allow viewing statistics
: changes in time interval, e.g. per second. The pgcenter provides fast access
: for database management task, such as editing configuration files, reloading
: services, viewing log files and canceling or terminating database backends
: (by pid or using state mask). However if need execute some specific
: operations, pgcenter can start psql session for this purposes.