maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   bulk app downloader (https://talk.maemo.org/showthread.php?t=56034)

bman 2010-06-13 03:07

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

Cue 2010-06-13 03:12

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.

stlpaul 2010-06-13 03:39

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.

bman 2010-06-13 06:25

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

pycage 2010-06-13 07:13

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
Search for a package:
Code:

rootsh apt-cache search SEARCHTERM
e.g.
Code:

rootsh apt-cache search leafpad
This will list the matching packages.

Install one or more packages:
Code:

rootsh apt-get install PACKAGE1 PACKAGE2 ...
e.g.
Code:

rootsh apt-get install leafpad gpodder mediabox
Uninstall packages:
Code:

rootsh apt-get remove leafpad gpodder mediabox
Uninstall things no longer required by any package (the application manager does this automatically, but with apt-get you need to do it manually):
Code:

rootsh  apt-get autoremove
From time to time you can clear the cache of downloaded packages to free more space on the internal flash:
Code:

rootsh apt-get clean


All times are GMT. The time now is 22:32.

vBulletin® Version 3.8.8