|
|
2010-06-14
, 08:02
|
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#22
|
But if I only have the Extras repository enabled, the apt-get update/upgrade command should only search for updates in that repository, not in extras-testing or extras-devel. Is this right?
Indeed, when issuing the command "apt-get upgrade" in my device there is a package that is going to be kept back (gstreamer0.10-plugins-good-extra) and other 17 that will be upgraded. The installed package version of gstreamer0.10-plugins-good-extra is 0.10.15 but there is an update in http://maemo.org/packages/package_in...-0maemo18+0m5/ and in http://maemo.org/packages/package_in...-0maemo18+0m5/ . But my device wants to keep http://maemo.org/packages/package_in...0-0maemo8+0m5/ . Why?
|
|
2010-06-14
, 08:49
|
|
Posts: 181 |
Thanked: 82 times |
Joined on Jan 2010
|
#23
|
Another package has an explicit dependency on that version of gstreamer0.10-plugins-good-extra, so installing it will force the removal of other apps/libraries. apt tries to avoid this, so holds back the update.
|
|
2010-06-14
, 09:07
|
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#24
|
Is it possible to know which installed packages are using the "gstreamer0.10-plugins-good-extra" and what version do they need?
apt-get -s install gstreamer0.10-plugins-good-extra=0.10.16-git276-0maemo18+0m5
|
|
2010-06-14
, 09:09
|
|
|
Administrator |
Posts: 1,036 |
Thanked: 2,018 times |
Joined on Sep 2009
@ Germany
|
#25
|
Isn't the most important difference between "update" and "upgrade"?
"update" looks at installed packages and tries to find updates, as the name suggests.
"upgrade" looks for changes on distribution level which is something else.
I'd stick to "update" unless I really knew what I was doing.
|
|
2010-06-14
, 11:44
|
|
Posts: 181 |
Thanked: 82 times |
Joined on Jan 2010
|
#26
|
I prefer to have people asking this kind of questions to stay within app-manager (HAM), sure apt will install you newer versions of libs every now and then but they are not needed yet and most of the time you wont get much out of it by doing so.
Upgrading with apt-get upgrade is not needed for normal use and you will miss out on the stuff HAM does full auto.
|
|
2010-06-14
, 12:09
|
|
Posts: 181 |
Thanked: 82 times |
Joined on Jan 2010
|
#27
|
|
|
2010-06-14
, 12:46
|
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#28
|
It seems that the Mirror app is holding back the gstreamer0.10-plugins-good-extra package (http://maemo.org/downloads/product/M...oders-support/). Obviously a conflict with the Mirror app, but Nokia's app-manager should give the option to uninstall the Mirror app to be able to update the Extra Decoders Support to v0.4
|
|
2010-06-14
, 13:04
|
|
Posts: 181 |
Thanked: 82 times |
Joined on Jan 2010
|
#29
|
|
|
2010-06-14
, 13:09
|
|
Posts: 20 |
Thanked: 10 times |
Joined on May 2010
@ Dobbs Ferry
|
#30
|
Indeed, when issuing the command "apt-get upgrade" in my device there is a package that is going to be kept back (gstreamer0.10-plugins-good-extra) and other 17 that will be upgraded. The installed package version of gstreamer0.10-plugins-good-extra is 0.10.15 but there is an update in http://maemo.org/packages/package_in...-0maemo18+0m5/ and in http://maemo.org/packages/package_in...-0maemo18+0m5/ . But my device wants to keep http://maemo.org/packages/package_in...0-0maemo8+0m5/ . Why?
Thanks.