Active Topics

 


Reply
Thread Tools
Posts: 57 | Thanked: 15 times | Joined on Apr 2010
#1
How could I install ovi applications from X-Teminal ?

I can install programs like : "kroll" or "panorama" because I know the names. but how can I find a list of available applications in ovi store and their names which used in "apt-get" or "aptitude" command ?

so the main question is

How could I get applications list of OVI repository ?
Code:

Nokia-N900:~# aptitude install panorama  
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reading extended state information      
Initializing package states... Done
Building tag database... Done      
The following NEW packages will be installed:
  panorama 
0 packages upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
Need to get 459kB of archives. After unpacking 1106kB will be used.
Writing extended state information... Done
Get:1 https://downloads.maemo.nokia.com ./ panorama 2.0.3 [459kB]
Fetched 459kB in 35s (13.0kB/s)                             
Selecting previously deselected package panorama.
(Reading database ... 36558 files and directories currently installed.)
Unpacking panorama (from .../panorama_2.0.3_armel.deb) ...
Setting up panorama (2.0.3) ...
Sudoers updated
Reading package lists... Done             
Building dependency tree       
Reading state information... Done
Reading extended state information      
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#2
To get a list of the package names (as used by apt/aptitude):
Code:
grep Package: /var/lib/apt/lists/downloads.maemo.nokia.com*_ovi_._Packages
If you want the full names as well (you'll need grep-gnu installed):
Code:
/usr/bin/gnu/egrep Package:\|Description: /var/lib/apt/lists/downloads.maemo.nokia.com*_ovi_._Packages
 

The Following 2 Users Say Thank You to Rob1n For This Useful Post:
Posts: 692 | Thanked: 264 times | Joined on Dec 2009
#3
Assuming you don't want to ONLY search Ovi store apps, you can just do something like:

apt-cache search bounce

Edit: Oh I see you're basically trying to list the apps in the Ovi store...
__________________
"Impossible is not in the Maemo vocabulary" - Caballero
 
normaltusker's Avatar
Posts: 129 | Thanked: 11 times | Joined on Feb 2010 @ Bangalore, India
#4
I tried this method but each time i get the error msg "Handler exited silently"
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:18.