Answers for "pgadmin4 fedora"

0

pgadmin4 fedora

sudo rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-fedora-repo-2-1.noarch.rpm
Posted by: Guest on January-31-2022
0

pgadmin4 fedora

# Install for both desktop and web modes.
sudo yum install pgadmin4

# Install for desktop mode only.
sudo yum install pgadmin4-desktop

# Install for web mode only.
sudo yum install pgadmin4-web
Posted by: Guest on January-31-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language