Thread
:
Installed apps forgotten.
View Single Post
Veda88
2011-03-02 , 08:01
Posts: 9 | Thanked: 2 times | Joined on Sep 2010
#
2
Allright fixed it:
dpkg --get-selections
returned that all the packages where marked as "uninstall" and apparently the maemo package managers do'nt support this.
So what I did:
dpkg --get-selections > installfile
vim installfile
:%s/deinstall/install/
:wq
dpkg --set-selections < installfile
And that fixed it
Quote & Reply
|
The Following User Says Thank You to Veda88 For This Useful Post:
Bratag
Veda88
View Public Profile
Send a private message to Veda88
Find all posts by Veda88