Score:1

How to install pgAdmin4 in ubuntu 21.10?

my flag

I am trying to install pgAdmin4 in my Ubuntu 21.10, I followed this official blog : https://www.pgadmin.org/download/pgadmin-4-apt/

after running

# Create the repository configuration file:
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'

It throws the error :

E: The repository 'https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/impish pgadmin4 Release' does not have a Release file.

Now if i do

# Install for both desktop and web modes:
sudo apt install pgadmin4

it throws the error :

E: Package 'pgadmin4' has no installation candidate

I read a few blogs, I found that pgAdmin4 didnt list 21.10 in their APT download page. Is there any possible way to install pgAdmin4 in my system?

guiverc avatar
cn flag
Security of third party repositories are the responsibility of the end-user to validate; the source you added does **not** provide support for *impish* or Ubuntu 21.10 yet, so you've added a repo that doesn't support your release - the error messages are correct - the source should be removed.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.