View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#12
Originally Posted by kbeeveer46 View Post
I noticed you only have three repos in the list. The main reason I wanted something like this is to tell what I have installed from extras-devel. I'd hack the code myself (although I've never played with perl before) but I'm at work and don't have much time! haha

Another thing. Is it possible to output the results to a file? My list was so long that I couldn't scroll up high enough to see all of it (maybe I don't know enough about terminal)
There's no need to hack the code - all the other repositories are looked up from the hildon-application-manager config file. The only reason the three/four are hardcoded is that the config file doesn't contain URLs for the built-in repositories.

You can redirect the output to file by doing:
Code:
perl package_sources.pl > file.txt
 

The Following User Says Thank You to Rob1n For This Useful Post: