![]() |
2008-03-19
, 15:02
|
Posts: 118 |
Thanked: 26 times |
Joined on Feb 2008
|
#2
|
![]() |
2008-03-19
, 15:39
|
Posts: 393 |
Thanked: 112 times |
Joined on Jul 2007
|
#3
|
![]() |
2008-03-20
, 14:19
|
Posts: 118 |
Thanked: 26 times |
Joined on Feb 2008
|
#4
|
The Following 2 Users Say Thank You to m_stolle For This Useful Post: | ||
![]() |
2008-03-23
, 01:21
|
Posts: 393 |
Thanked: 112 times |
Joined on Jul 2007
|
#5
|
The problem I had was with tetex-base. Partial installation became corrupt as I ran out of space on the device, no post or preinstall script in the deb, I was fubared. apt-get couldn't remove the temporary install, no amount of forcing worked, application manager wouldn't continue, dpkg stuff failed, etc
If you're at the end of your tether like I was; and simply need to get your system to install applications again without a reflash - it's not nice but a solution is to manually edit the apt-database.
It's a text file:
/var/lib/dpkg/status
Try making a safety copy, and then manually snipping out the offending package's entry with a text editor. Worked for me.
Whilst we're on the subject, here are a few more pointers:
The apt-repo list is a text file at:
/etc/apt/sources.list.d/hildon-application-manager.list
It's easy enough to edit this to remove any duplicate entries that apt complains about.
Also see the solution on fixing GPG warnings on the ITT forums here.
apt-get clean - is useful for cleaning out:
/var/cache/apt/
/var/cache/apt/partial/
archived files to regain some space.
GronMayer has an excellent website with a list of all known maemo repos here: http://www.gronmayer.com/it/
Any other tips we should have here?