Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Instalace, aktualizace a spouštění => Téma založeno: augustus 22 Září 2012, 11:02:24
-
Zdravím. Dal som nainštalovať aktualizácie - nový kernel, ale zakaźdým vyskakuje toto:
installArchives() failed: dpkg: error: parsing file '/var/lib/dpkg/available' near line 0:
field name `../../../../help-langpack/rhythmbox/it/figures/rb-toolbar-repeat.png' must be followed by colon
Error in function:
Pužil som aj sudo aptitude upgrade, no vypísalo toto dpkg: error: parsing file '/var/lib/dpkg/available' near line 0:
za poľom „../../../../help-langpack/rhythmbox/it/figures/rb-toolbar-repeat.png“ musí nasledovať dvojbodka
E: Sub-process /usr/bin/dpkg returned an error code (2)
Chyba pri inštalácii balíka. Prebieha pokus o obnovu:
Stalo sa to už niekomu?
--Lubuntu 12.04
-
The problem is that your /var/lib/dpkg/available file is damaged.
To fix this you have to delete/clear the file using the command:
sudo dpkg --clear-avail
then rebuild the file using the command:
sudo apt-get update
Now you should be able to install package
uncle google .
http://askubuntu.com/questions/55099/dpkg-error-parsing-file-var-lib-dpkg-available-near-line-0
-
ďakujem