Re: .deb dependancy hell

From: Sebastiaan (S.Breedveld_at_ewi.tudelft.nl)
Date: 01/28/04

  • Next message: Gregor Welters: "Apache not starting after upgrade to apache 1.3.29.1-4"
    Date: Wed, 28 Jan 2004 17:25:53 +0100 (MET)
    To: Richard Hoskins <rhos@adelphia.net>
    
    

    Hi,

    On Wed, 28 Jan 2004, Richard Hoskins wrote:

    > On unstable, i386.
    >
    > Kind of reminds me of RPM:
    >
    > rich@lajoie:~$ sudo dpkg -r libgphoto2-2
    > dpkg: dependency problems prevent removal of libgphoto2-2:
    > libgphoto2-port0 depends on libgphoto2-2.
    > dpkg: error processing libgphoto2-2 (--remove):
    > dependency problems - not removing
    > Errors were encountered while processing:
    > libgphoto2-2
    >
    > rich@lajoie:~$ sudo dpkg -r libgphoto2-port0
    > dpkg: dependency problems prevent removal of libgphoto2-port0:
    > libgphoto2-2 depends on libgphoto2-port0 (>= 2.1.4-1).
    > dpkg: error processing libgphoto2-port0 (--remove):
    > dependency problems - not removing
    > Errors were encountered while processing:
    > libgphoto2-port0
    >
    that's why we have apt :).
    Try:
    apt-get remove libgphoto2-2
    or if there is an error somewhere
    apt-get remove libgphoto2-2 libgphoto2-2-port0
    or: dpkg -r libgphoto2-2 libgphoto2-2-port0

    To see if all dependencies are satisfied (and/or to correct it):
    apt-get -f install

    Greetz,
    Sebas

    --
    English written by Dutch people is easily recognized by the improper use of 'In principle ...'
    The software box said 'Requires Windows 95 or better', so I installed Linux.
    Als Pacman in de jaren '80 de kinderen zo had be?nvloed zouden nu veel jongeren rondrennen
    in donkere zalen terwijl ze pillen eten en luisteren naar monotone electronische muziek.
    (Kristian Wilson, Nintendo, 1989)
    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Gregor Welters: "Apache not starting after upgrade to apache 1.3.29.1-4"

    Relevant Pages

    • .deb dependancy hell
      ... Kind of reminds me of RPM: ... dependency problems - not removing ...
      (Debian-User)
    • Re: .deb dependancy hell
      ... > Kind of reminds me of RPM: ... > dependency problems - not removing ... but apt-get is generally better for your ...
      (Debian-User)
    • Re: .deb dependancy hell
      ... > dependency problems - not removing ... apt-get remove libgphoto2-2 libgphoto2-port0 ... where they wouldn't know a RAM chip from a potato chip!" ...
      (Debian-User)
    • Re: .deb dependancy hell
      ... } Kind of reminds me of RPM: ... } dpkg: dependency problems prevent removal of libgphoto2-2: ...
      (Debian-User)
    • Re: cannot update the system
      ... aptitude handles dependency problems better than apt-get, ... install an application, it'll install all the dependencies, where ...
      (Ubuntu)