That should be okay then. You could try uninstalling using "apt-get remove" from X Terminal - that should at least provide more information on what's going wrong. You'll need to know the actual package name though.
That should be okay then. You could try uninstalling using "apt-get remove" from X Terminal - that should at least provide more information on what's going wrong. You'll need to know the actual package name though.
Install or uninstall any application by using "apt-get" redirects to the follow error. Is there a way to brute remove dosbox?
dpkg: parse error, in file '/var/lib/dpkg/available' near line 8676 package 'dosbox':
EOF during value of field ' Maemo-Icon-26' (missing final newline)
E: Sub-process /usr/bin/dpkg returned an error code (2)
Okay, there's some corruption in the files. I'd suggest going into App manager and disabling all the repositories, then exit, go back in & re-renable them all. That should force a flush & redownload of all the package metadata.
Okay, there's some corruption in the files. I'd suggest going into App manager and disabling all the repositories, then exit, go back in & re-renable them all. That should force a flush & redownload of all the package metadata.
Same error trying to uninstall or upgrade apps on device... running "apt-get update" on console outputs a lot of errors like this one:
This happened to me to and this is how I solved it. You need rootsh and a console editor (or skill with grep and head+tail).
My /var/lib/dpkg/available file had become corrupted, something had added a lot of junk in the end. So as root I edited with nano and removed a lot of ^@ characters from the end and made sure there was an empty line last, just in case. Then App manager worked again.
This happened to me to and this is how I solved it. You need rootsh and a console editor (or skill with grep and head+tail).
My /var/lib/dpkg/available file had become corrupted, something had added a lot of junk in the end. So as root I edited with nano and removed a lot of ^@ characters from the end and made sure there was an empty line last, just in case. Then App manager worked again.
Upgrading for the firmware 2.2009.51.1 solved the problem