|
|
2011-02-18
, 23:35
|
|
Posts: 2,101 |
Thanked: 1,934 times |
Joined on Sep 2008
@ Berlin, Germany
|
#2
|
dpkg -l|awk '/^ii/{ print $2 }' >pkgs_installed.txt
apt-get update && apt-get install -dy $(<pkgs_installed.txt)
| The Following 3 Users Say Thank You to michaaa62 For This Useful Post: | ||
|
|
2011-02-18
, 23:48
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Feb 2011
@ Germany
|
#3
|
|
|
2011-02-19
, 00:06
|
|
Posts: 2,101 |
Thanked: 1,934 times |
Joined on Sep 2008
@ Berlin, Germany
|
#4
|
apt-get install $(pkgs_installed.txt)
dpkg -i *.deb
dpkg --configure -a
apt-get install -f
| The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
|
2011-02-19
, 00:24
|
|
Banned |
Posts: 726 |
Thanked: 497 times |
Joined on Aug 2010
@ Gravesend, UK
|
#5
|
|
|
2011-02-19
, 08:29
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Feb 2011
@ Germany
|
#6
|
|
|
2011-02-19
, 10:33
|
|
Posts: 2,101 |
Thanked: 1,934 times |
Joined on Sep 2008
@ Berlin, Germany
|
#7
|
|
|
2011-02-19
, 10:56
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Feb 2011
@ Germany
|
#8
|
|
|
2011-02-19
, 12:10
|
|
Posts: 2,101 |
Thanked: 1,934 times |
Joined on Sep 2008
@ Berlin, Germany
|
#9
|
| The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
|
2011-02-19
, 15:05
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Feb 2011
@ Germany
|
#10
|

I'm not familiar with the way N900 operates to get packages installed (coming from SuSE's yast/RPM world).
But I had to learn in the past that web-sources are not permanently reliable concerning package availability.
So what I'd like to do, is to backup on my PC all the "packages" that I installed on my N900 and found useful.
Why? Say my Phone crashes in 2 months - I reinstall to FW/OS, then want to reinstall my favourite Radio-Application and realize: no longer available on the Internet...
But for my Question: following downloadlinks (or even worse using the application manager) does not necessarily offer me a package, but rather some "xxxx.install" file, which doesn't contain the package.
So what do I have to do to really get the package downloaded?