Results 1 to 1 of 1

Thread: Back to older packages

  1. #1
    Join Date
    Apr 2006
    Location
    Biosphere
    Beans
    167
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Back to older packages

    I got some dependency problems that are related to me trying out some ppa's. I narrowed it down to two packages:

    libsoprano4
    soprano-daemon


    I try to force older versions of the two packages but that just leads to the package manager wanting to remove a heck of a lot of programs that depend on them. So my question is...

    Do I really have to remove all those programs and reinstall them again, and if so - what is the sweet command line for that?

    EDIT:
    Solved that issue by turning to a terminal (Synaptic didn't do it for some reason):

    Finding out which version of libsoprano4 and soprano-daemon I had, and which I wanted:

    Code:
    apt-cache policy libsoprano4 soprano-daemon
    when I found out which versions I wanted (2.4.2) I just:

    Code:
    sudo apt-get install soprano-daemon=2.4.2+dfsg.1-0ubuntu1.1 libsoprano4=2.4.2+dfsg.1-0ubuntu1.1
    Nothing but libsoprano4 and soprano-daemon changed or got removed.
    Last edited by aparigraha; August 29th, 2010 at 09:58 PM. Reason: SOLVED

Tags for this Thread

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
  •