![]() |
bulk app downloader
is there a bulk app downloader for the n900 where u can select the updates u want to do instead of 1 or all
and select the downloads u want then install them rather than 1 by 1 with the apps manger having to refresh after each download and spending a day installing apps |
Re: bulk app downloader
that would be nice, the app manager refresh time is really annoying. I usually just use a shell script now to install a bunch of apps. saves me time too if I have reflashed.
|
Re: bulk app downloader
If you use apt-get from xterm you can specify as many as you want all at once.
In app manager itself you could fake a backup file and then restore from it, but that's not very convenient. I agree that the application manager would be better if it let you mark packages to install and then did them all in one batch. |
Re: bulk app downloader
dont really understand linux or xterm properly to want to use it all the time
is there a run down on xterm commands etc somewhere to to familiarize myself its so much easier with things that have a good gui tho |
Re: bulk app downloader
Install rootsh from the repository.
Then open X-Terminal. Close the application manager if running. Check for new updates: Code:
rootsh apt-get update Code:
rootsh apt-cache search SEARCHTERM Code:
rootsh apt-cache search leafpad Install one or more packages: Code:
rootsh apt-get install PACKAGE1 PACKAGE2 ... Code:
rootsh apt-get install leafpad gpodder mediabox Code:
rootsh apt-get remove leafpad gpodder mediabox Code:
rootsh apt-get autoremove Code:
rootsh apt-get clean |
All times are GMT. The time now is 22:32. |
vBulletin® Version 3.8.8