Results 1 to 7 of 7
Hi folks,
Debian Etch - fresh installation
$ sudo aptitude upgrade
Code:
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Reading task ...
- 09-11-2008 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Problem on running upgrade
Hi folks,
Debian Etch - fresh installation
$ sudo aptitude upgradeCode:Reading package lists... Done Building dependency tree... Done Reading extended state information Initializing package states... Done Reading task descriptions... Done Building tag database... Done The following packages will be upgraded: linux-image-2.6.18-6-486 1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/16.2MB of archives. After unpacking 1839kB will be used. Do you want to continue? [Y/n/?] y Preconfiguring packages ... dpkg: parse error, in file `/var/lib/dpkg/available' near line 8090 package `gtk2-engines-pixbuf': `Depends' field, reference to `libglib2.0-0': version contains ` ' E: Sub-process /usr/bin/dpkg returned an error code (2) A package failed to install. Trying to recover: dpkg: parse error, in file `/var/lib/dpkg/available' near line 8090 package `gtk2-engines-pixbuf': `Depends' field, reference to `libglib2.0-0': version contains ` '
Please advise how to fix it. TIA
B.R.
satimis
- 09-19-2008 #2
- 09-19-2008 #3
You can also try this:
When it finishes, try again sudo aptitude upgrade.Code:sudo apt-get clean all sudo apt-get install -f
- 09-19-2008 #4
- 09-20-2008 #5Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi folks,
Thanks for your advice.
Solved the problem already.
IIRC there wa a package in problem. I removed it and restall it on debian-backport the problem was gone.
B.R.
satimis
- 09-20-2008 #6No, dpkg-reconfigure and apt-get install -f are basically the same thing, because apt is a front-end to dpkg.That's better yes. I'd (personally) do the dpkg-reconfigure first, then this.
There is nothing principally unclean about my way is there?
- 09-20-2008 #7


Reply With Quote

