Active Topics

 


Reply
Thread Tools
Posts: 122 | Thanked: 17 times | Joined on Jun 2010
#1
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
 
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#2
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.
 
Posts: 1,141 | Thanked: 781 times | Joined on Dec 2009 @ Magical Unicorn Land
#3
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.
 
Posts: 122 | Thanked: 17 times | Joined on Jun 2010
#4
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's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#5
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
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:26.