OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: ArchiMark on March 10, 2006, 12:38:42 am

Title: How To Clear App From Installed List In Pkg Mgr?
Post by: ArchiMark on March 10, 2006, 12:38:42 am
Tried to install Firefox but ran out of room on /User...so didn't fully install...

But it shows up on 'Installed' list. Tried to remove it by clicking in checkbox and get checkmark and then click on 'gear' button. Asks if I want to remove Firefox, say yes...minute later it stops process, but it is still in list. Log says that "Package Firefox not found on external storages".

How can I clear this from list, so that I can install it on other partition with more room??

Tried removing in Aterm but there's no Firefox to remove...

Any suggestions?

 

Thanks,

Mark
Title: How To Clear App From Installed List In Pkg Mgr?
Post by: Meanie on March 10, 2006, 12:42:52 am
Quote
Tried to install Firefox but ran out of room on /User...so didn't fully install...

But it shows up on 'Installed' list. Tried to remove it by clicking in checkbox and get checkmark and then click on 'gear' button. Asks if I want to remove Firefox, say yes...minute later it stops process, but it is still in list. Log says that "Package Firefox not found on external storages".

How can I clear this from list, so that I can install it on other partition with more room??

Tried removing in Aterm but there's no Firefox to remove...

Any suggestions?

 

Thanks,

Mark
[div align=\"right\"][a href=\"index.php?act=findpost&pid=117860\"][{POST_SNAPBACK}][/a][/div]

There are two parts to this. You can check /usr/lib/ipkg/info/firefox.list and remove all the files listed in there to clean up and then delete the file itself. Then you need to remove the firefox entries in /usr/lib/ipkg/status
Title: How To Clear App From Installed List In Pkg Mgr?
Post by: ArchiMark on March 10, 2006, 09:31:46 am
Thanks as always for your help, Meanie!

Checked but no 'firefox.list' file there...removed entries from 'status'....

 

Mark

Quote
There are two parts to this. You can check /usr/lib/ipkg/info/firefox.list and remove all the files listed in there to clean up and then delete the file itself. Then you need to remove the firefox entries in /usr/lib/ipkg/status
[div align=\"right\"][a href=\"index.php?act=findpost&pid=117861\"][{POST_SNAPBACK}][/a][/div]
Title: How To Clear App From Installed List In Pkg Mgr?
Post by: Xromer on March 10, 2006, 02:34:21 pm
Quote
Thanks as always for your help, Meanie!

Checked but no 'firefox.list' file there...removed entries from 'status'....

 

Mark

Quote
There are two parts to this. You can check /usr/lib/ipkg/info/firefox.list and remove all the files listed in there to clean up and then delete the file itself. Then you need to remove the firefox entries in /usr/lib/ipkg/status
[div align=\"right\"][a href=\"index.php?act=findpost&pid=117861\"][{POST_SNAPBACK}][/a][/div]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=117904\"][{POST_SNAPBACK}][/a][/div]
OK....
Type ipkg status firefox to see where is installed.
It will looks like this:
Package: firefox
Status: install ok installed
Root: /home/user
Version: 1.0

It means that the file description is installed in /home/user/usr/lib/ipkg.
So you have to go there and edit the status file and delete the strings related to firefox.
After that you have to go in the /home/user/usr/lib/info and delete the file firefox.list.
That' s it.
Hope it helps.
BYEZ!
Title: How To Clear App From Installed List In Pkg Mgr?
Post by: ArchiMark on March 10, 2006, 08:21:59 pm
Thanks for that info, Xromer!

Mark