![]() |
2015-01-08
, 18:24
|
Posts: 2 |
Thanked: 0 times |
Joined on May 2014
|
#21
|
![]() |
2015-01-09
, 16:38
|
Posts: 1,038 |
Thanked: 3,981 times |
Joined on Nov 2010
@ USA
|
#22
|
@wicket,
...
The edited script is also attached as .txt, you will need to rename it to .sh and chmod +x it once downloaded.
...
The Following User Says Thank You to robthebold For This Useful Post: | ||
![]() |
2015-01-09
, 19:02
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#23
|
Just finished. It took about 3.5 hours and the overall size is nearly 2GB because of all the mobile-maps* packages
![]() |
2015-01-09
, 19:11
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#24
|
![]() |
2015-01-09
, 19:51
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#25
|
#!/bin/sh apt-get update mkdir -p /home/user/MyDocs/debs/archives/partial PKGS="" for pkg in $(dpkg -l | grep ^ii | cut -f3 -d' '); do apt-cache policy $pkg | grep -q nokia.com || continue echo "adding $pkg" PKGS="$PKGS $pkg" done apt-get --reinstall -y -d -odir::cache=/home/user/MyDocs/debs \ install $PKGS
The Following 7 Users Say Thank You to reinob For This Useful Post: | ||
![]() |
2015-01-09
, 19:55
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#26
|
![]() |
2015-01-09
, 20:09
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#27
|
Bianca:~# cat /etc/apt/sources.list Bianca:~# cat /etc/apt/sources.list.d/hildon-application-manager.list deb http://repository.maemo.org/community-testing/ fremantle free non-free deb http://maemo.merlin1991.at/cssu/community-thumb/ fremantle free non-free deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./ deb https://downloads.maemo.nokia.com/fremantle/ssu/203 ./ deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./ deb http://repository.maemo.org/extras-testing/ fremantle-1.3 free non-free Bianca:~# apt-get install mobile-maps* Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting mobile-maps-benelux for regex 'mobile-maps*' Note, selecting mobile-maps for regex 'mobile-maps*' Note, selecting mobile-maps-dach for regex 'mobile-maps*' Note, selecting mobile-maps-10 for regex 'mobile-maps*' Note, selecting mobile-maps-italy for regex 'mobile-maps*' Note, selecting mobile-maps-uk for regex 'mobile-maps*' Note, selecting mobile-maps-9 for regex 'mobile-maps*' Note, selecting mobile-maps-france for regex 'mobile-maps*' Note, selecting mobile-maps-iberia for regex 'mobile-maps*' Note, selecting mobile-maps-nordics for regex 'mobile-maps*' Note, selecting mobile-maps-easteur for regex 'mobile-maps*' Note, selecting mobile-maps-westeur for regex 'mobile-maps*' Note, selecting mobile-maps-europe for regex 'mobile-maps*' 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. Bianca:~#
The Following User Says Thank You to pichlo For This Useful Post: | ||
![]() |
2015-01-09
, 20:12
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#28
|
Just finished. It took about 3.5 hours and the overall size is nearly 2GB because of all the mobile-maps* packages. Without them it's only about 146 MB and a much shorter time. Mind you, your size is bound to vary a bit since my set is quite heavily modified.
.
![]() |
2015-01-09
, 20:24
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#29
|
Bianca:~# apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: hildon-desktop-python-loader python-gst0.10 python-hildondesktop 3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 330kB of archives. After this operation, 8192B disk space will be freed. Do you want to continue [Y/n]? n Abort. Bianca:~# apt-cache policy hildon-desktop-python-loader python-gst0.10 python-h ildondesktop hildon-desktop-python-loader: Installed: 0.1.0-1maemo3 Candidate: 0.1.0-1maemo3 Version table: 0.1.0-1maemo3 0 500 http://repository.maemo.org fremantle-1.3/free Packages *** 0.1.0-1maemo3 0 100 /var/lib/dpkg/status 0.1.0-1maemo2 0 500 http://repository.maemo.org fremantle-1.3/free Packages 0.1.0-1maemo1 0 500 http://repository.maemo.org fremantle-1.3/free Packages python-gst0.10: Installed: 0.10.14-2maemo5 Candidate: 0.10.14-2maemo5 Version table: 0.10.14-2maemo5 0 500 http://repository.maemo.org fremantle-1.3/free Packages *** 0.10.14-2maemo5 0 100 /var/lib/dpkg/status python-hildondesktop: Installed: 0.1.0-1maemo3 Candidate: 0.1.0-1maemo3 Version table: 0.1.0-1maemo3 0 500 http://repository.maemo.org fremantle-1.3/free Packages *** 0.1.0-1maemo3 0 100 /var/lib/dpkg/status 0.1.0-1maemo2 0 500 http://repository.maemo.org fremantle-1.3/free Packages 0.1.0-1maemo1 0 500 http://repository.maemo.org fremantle-1.3/free Packages Bianca:~#
![]() |
2015-01-09
, 20:27
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#30
|