|
2010-02-25
, 22:43
|
|
Posts: 33 |
Thanked: 15 times |
Joined on Oct 2009
@ Israel
|
#2
|
|
2010-02-25
, 22:44
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#3
|
|
2010-02-25
, 22:45
|
Posts: 155 |
Thanked: 61 times |
Joined on Nov 2009
|
#4
|
|
2010-02-25
, 22:46
|
Posts: 155 |
Thanked: 61 times |
Joined on Nov 2009
|
#5
|
thanks.
i'm interested to know whitch applications / packedges came from extras-devel / extras-testing. since i don't remember what i took from where.
is that even possible?
Nokia-N900-02-8:/home/opt/root# apt-cache policy git-core git-core: Installed: 1:1.6.6-1maemo1 Candidate: 1:1.6.6-1maemo1 Version table: *** 1:1.6.6-1maemo1 0 500 http://repository.maemo.org fremantle/free Packages 100 /var/lib/dpkg/status 1:1.6.6-1maemo0 0 500 http://repository.maemo.org fremantle/free Packages
|
2010-02-25
, 23:21
|
Posts: 155 |
Thanked: 61 times |
Joined on Nov 2009
|
#6
|
#!/bin/sh for q in $(dpkg -l|grep ^.i|awk '{print $2}'); do x=0 for e in $( for w in $(dpkg -L "$q"); do [ -f "$w" ] && df "$w"|grep -q " /$" && stat -t "$w"; done | awk '{print $2, $8}'|sort -u|awk '{print $1}'); do x=$(($x + $e )) done echo $x $q done
|
2010-02-25
, 23:50
|
Posts: 155 |
Thanked: 61 times |
Joined on Nov 2009
|
#7
|
407364 xournal
426263 libliqbase1
432631 libgcrypt11
502843 telepathy-salut
528114 libgnomecanvas2-common
536468 foreca-weather-applet
601220 libtheora0
684425 iproute
709576 gstreamer0.10-plugins-bad-extra
769560 libclutter-1.0-0
774209 bash
788259 libgnutls26
795956 gstreamer0.10-plugins-good-extra
822329 maemo-mapper
987553 libvorbisenc2
989273 openssh-client
1028890 python2.5-minimal
1200273 python2.5
1373208 wget
1388455 x11vnc
1487167 libpoppler2
1817061 midori
3386753 libgucharmap7
11602348 git-core
The Following User Says Thank You to phedders For This Useful Post: | ||
|
2010-02-26
, 08:55
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#8
|
Sure!
Code:Nokia-N900-02-8:/home/opt/root# apt-cache policy git-core git-core: Installed: 1:1.6.6-1maemo1 Candidate: 1:1.6.6-1maemo1 Version table: *** 1:1.6.6-1maemo1 0 500 http://repository.maemo.org fremantle/free Packages 100 /var/lib/dpkg/status 1:1.6.6-1maemo0 0 500 http://repository.maemo.org fremantle/free Packages
I'm sure there are better ways but this way does not use any intermediary files...
Of course it would then be interesting to extract out the packges that are part of the firmware install...
I did a "DOH" when I saw:
90336 git-core
for example...
Last edited by phedders; 2010-02-25 at 22:39.