Results 1 to 3 of 3

Thread: Installing two deb-packages that depend on each other?

  1. #1
    Join Date
    Jan 2010
    Beans
    Hidden!

    Installing two deb-packages that depend on each other?

    Alright, here's one for you:

    I have downloaded two deb-packages. The dependency of one package is the other, and vice versa. If I open either with the Package Installer I get the error message Dependency is not satisfiable. How do I install these two packages together?

  2. #2
    Join Date
    Jun 2007
    Beans
    1,659
    Distro
    Ubuntu

    Re: Installing two deb-packages that depend on each other?

    From the command-line
    Code:
    sudo dpkg -i --force-all *.deb

  3. #3
    Join Date
    Jan 2010
    Beans
    Hidden!

    Re: Installing two deb-packages that depend on each other?

    Thank you!

    Marking as solved.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •