I'm following the steps outlined online: https://www.pgadmin.org/download/pgadmin-4-apt/. My original error said "Package pgadmin4 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source. E: Package 'pgadmin4' has no installation candidate."
I did some digging and step 2 is not downloading the repo config file to /etc/apt/sources.list.d.
sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
Are there any ways around this? Are there any alternatives to download the repo config file?I appreciate any help