[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Aptitude can't upgrade Apt!



[ Please keep the discussion on the list. There is a "reply-to-list"
  extension available for Thunderbird, or you can use "reply-to-all" and
  then remove the other email addresses (except debian-user). ]

On Fri, Jun 29, 2007 at 13:26:26 -0500, Richard Thomas wrote:
> [ citing an old message: ]
>>
>> You probably upgraded to apt version 0.7.2 recently; check with
>> "apt-cache policy apt". This new version provides the virtual package
>> libapt-pkg-libc6.5-6-4.4. Aptitude still depends on
>> libapt-pkg-libc6.3-6-3.11 which was provided by the previous version of
>> apt (0.6.46.4-0.1). You have to wait until a new version of aptitude
>> becomes available or you have to downgrade both apt and synaptic again.
>> (The newest version of synaptic already depends on the newest version of
>> apt.)
>
>
> My installation of aptitude disappeared during an update issue and this 
> problem is preventing me from reinstalling. Is there a correct downgrade 
> procedure listed anywhere?

You might still have the older versions of apt and aptitude in your
package cache. Check the output of: 

ls /var/cache/apt/archives/apt_0.6.46.4-0.1*
ls /var/cache/apt/archives/aptitude_0.4.4-4*

If you still have the two .deb files then you can install them with:

dpkg -i /var/cache/apt/archives/apt_0.6.46.4-0.1*
dpkg -i /var/cache/apt/archives/aptitude_0.4.4-4*

Another possibility is to add a line for "testing" to your
/etc/apt/sources.list, run "apt-get update" and then do

apt-get install apt/testing aptitude/testing

Officially, downgrades are "not supported", but I think in this case it
should work out.

-- 
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |



Reply to: