Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/williamsampaio/pgadmin4-installer

PgAdmin4 installation script for linux
https://github.com/williamsampaio/pgadmin4-installer

Last synced: about 2 months ago
JSON representation

PgAdmin4 installation script for linux

Awesome Lists containing this project

README

        

# pgadmin4-installer

PgAdmin4 installation script for linux

## Install

Requeired `python >= 3.11`, `sudo` and `curl`.

### Using Curl

````bash
curl -s https://raw.githubusercontent.com/WilliamSampaio/pgadmin4-installer/master/install.sh | bash
````

### Using Wget

````bash
wget -qO - https://raw.githubusercontent.com/WilliamSampaio/pgadmin4-installer/master/install.sh | bash
````

After installation, close and reopen the terminal and run `pgadmin4`.

## Uninstall

````bash
pgadmin4-uninstall
````