Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #255978

Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8

From David Wright <deblis@lionunicorn.co.uk>
Newsgroups linux.debian.user
Subject Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8
Date 2023-03-13 17:00 +0100
Message-ID <G8SKB-ce3v-1@gated-at.bofh.it> (permalink)
References <G7H4S-bta4-1@gated-at.bofh.it> <G7XMl-bDAZ-1@gated-at.bofh.it> <G8K0F-c8AD-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon 13 Mar 2023 at 07:38:50 (+0100), Loris Bennett wrote:
> David Wright <deblis@lionunicorn.co.uk> writes:
> > On Fri 10 Mar 2023 at 10:10:48 (+0100), Loris Bennett wrote:
> >> 
> >> I am on bullseye and am trying to install the package r-cran-ggplot2.
> >> This fails with 
> >> 
> >>   E: Failed to fetch
> >>   http://deb.debian.org/debian/pool/main/p/postgresql-13/libpq5_13.8-0%2bdeb11u1_amd64.deb
> >>   404  Not Found [IP: 146.75.122.132 80] 
> >> 
> >> (full output below).
> >> 
> >> There seems to be a dependency on libpq5 version 13.8 whereas the
> >> version available for bullseye is 13.9.
> >> 
> >> Any ideas how to solve this?
> >
> > Try:
> >
> > # apt-get update
> >
> > first.
> 
> I had already done this.  It does not solve the problem.

OK, forget all the r-cran stuff for the moment.
The current version of libpq5 is:

  $ dpkg -l | grep libpq5
  ii  libpq5:amd64      13.9-0+deb11u1  amd64  PostgreSQL C client library
  $ 

and you don't have libpq5 installed, so what do you get from this?

  # apt-get install libpq5

If that fails, I think we need to see your /etc/apt/sources.list
and anything in /etc/apt/sources.list.d/*

Cheers,
David.

Back to linux.debian.user | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-10 10:20 +0100
  Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 David Wright <deblis@lionunicorn.co.uk> - 2023-03-11 04:10 +0100
    Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-13 07:40 +0100
      Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 David Wright <deblis@lionunicorn.co.uk> - 2023-03-13 17:00 +0100
        Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 08:00 +0100
          Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 <tomas@tuxteam.de> - 2023-03-14 08:40 +0100
            Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 09:20 +0100
              Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 <tomas@tuxteam.de> - 2023-03-14 09:50 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 10:20 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 <tomas@tuxteam.de> - 2023-03-14 11:40 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 12:10 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 Greg Wooledge <greg@wooledge.org> - 2023-03-14 12:20 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 13:20 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 Greg Wooledge <greg@wooledge.org> - 2023-03-14 13:40 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 14:40 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 David Wright <deblis@lionunicorn.co.uk> - 2023-03-14 19:00 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-15 10:00 +0100
              Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 Greg Wooledge <greg@wooledge.org> - 2023-03-14 12:10 +0100

csiph-web