Re: .deb dependancy hell

From: David Z Maze (dmaze_at_debian.org)
Date: 01/28/04

  • Next message: Toby Batch: "Re: Exim and virtual mail hosting"
    To: debian-user@lists.debian.org
    Date: Wed, 28 Jan 2004 14:01:08 -0500
    
    

    Richard Hoskins <rhos@adelphia.net> writes:

    > rich@lajoie:~$ sudo dpkg -r libgphoto2-2
    > dpkg: dependency problems prevent removal of libgphoto2-2:
    > libgphoto2-port0 depends on 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).

    Much as when installing mutually dependent packages using dpkg
    directly, give both package names on the command line:

      dpkg --remove libgphoto2-2 libgphoto2-port0

    > Kind of reminds me of RPM:

    dpkg-the-program is in fact very similar to rpm-the-program. Trying
    to manage a Debian system using only an FTP client and dpkg is
    shockingly like trying to maintain an RPM-based system. :-) Debian
    has a consistent policy for packages so they interoperate better, and
    higher-level tools like dselect and APT, which, combined with a
    unified package repository, make the system much more usable.

    -- 
    David Maze         dmaze@debian.org      http://people.debian.org/~dmaze/
    "Theoretical politics is interesting.  Politicking should be illegal."
    	-- Abra Mitchell
    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Toby Batch: "Re: Exim and virtual mail hosting"

    Relevant Pages

    • Re: EU wins lawsuit, Microsoft to pay $600+ million !
      ... To use these packages with APT, you can add the following lines to your ... deb http://non-us.debian.org/debian-non-US stable/non-US main contrib ... Read sources.liston your Debian system for more information. ...
      (alt.os.linux)
    • Re: Switching to X.org
      ... > xserver-xfree86 so I have to reboot to get back my console, ... You can install the x.org packages from Ubuntu. ... on a Debian system. ...
      (Debian-User)
    • How to list all files that are going to be installed when doing "apt-get upgrade"?
      ... when I update my Debian system with apt-get upgrade. ... which files included in these packages are going to be installed. ... So does anyone knows a command or commands that can achieve this? ...
      (Debian-User)
    • Re: Newbie looking for some answers please...........
      ... I know that apt-get is the main utility to add and remove programs ... > what about other packages or applications that are not installed ... i find that dpkg works well -- in order to not truncate the package ... Anyone has a good site for descriptions of the configuration files ...
      (Debian-User)
    • Problems with apt-get upgrade -y and crontab
      ... The following packages have been kept back ... dpkg: ... without having to wait for me (I crontab apt-get update as well). ... error running postrotate script error running postrotate script error ...
      (Debian-User)