![]() |
2012-03-06
, 00:59
|
Posts: 1 |
Thanked: 0 times |
Joined on Mar 2012
|
#1
|
![]() |
2012-03-06
, 12:47
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#2
|
![]() |
2012-03-06
, 18:36
|
Posts: 479 |
Thanked: 1,284 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#3
|
![]() |
2012-04-01
, 06:33
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#4
|
Be careful with really uninstalling facebook. I tried twice, and it messes up package management really good. So good, that when installing something afterwards just about every package gets wiped, including browser, mail, call-UI, ... Needless to say I had to reflash.
As much as I want to get rid of those packages, I don't try anymore but merely hide the icons in the launcher.
The Following User Says Thank You to wolke For This Useful Post: | ||
![]() |
2012-04-01
, 15:13
|
Posts: 479 |
Thanked: 1,284 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#5
|
removing facebook removes mp-harmattan-005-pr, which is the meta-package that most of harmattan rests upon. it is FINE to remove this, if you know what youre doing; just dont autoremove all the necessary packages, instead mark them as manually installed.
and use apt-cache depends to mark the dependencies as manually installed.
~ $ apt-cache rdepends facebook facebook Reverse Depends: mp-harmattan-001-pr mp-harmattan-001-pr ~ $ apt-cache depends mp-harmattan-001-pr | grep -i facebook Depends: account-plugin-facebook Depends: webupload-service-facebook Depends: facebook Depends: signon-facebookplugin Depends: l10n-app-facebookshare Depends: l10n-app-facebook
![]() |
2012-04-01
, 16:01
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#6
|
#install mp-harmattan deps, fastest way to mark-manual apt-cache depends mp-harmattan-005-pr | \ sed 's/Depends: //' | \ xargs apt-get install #remove mp-harmattan apt-get remove mp-harmattan-001-pr #remove anything else you like apt-get remove facebook
![]() |
2012-04-01
, 16:10
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#7
|
![]() |
2012-04-01
, 17:15
|
Posts: 479 |
Thanked: 1,284 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#8
|
~ # dpkg --no-act --ignore-depends=mp-harmattan-001-pr -r facebook (Reading database ... 51426 files and directories currently installed.) Would remove or purge facebook ...
![]() |
2012-04-01
, 18:17
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#9
|
Hm, looks rather... elaborated. And I guess it might interfere with updates later on. While I'm not afraid to reflash the device when things go wrong, I'd rather avoid it.
I've tried this:
This gives no errors, no warnings.. However, I'm rather hesitant to run it without the "--no-act" for obvious reasons. I've tried running it in QEMU, but there facebook is no reverse dependency of mp-harmattan-001-prCode:~ # dpkg --no-act --ignore-depends=mp-harmattan-001-pr -r facebook (Reading database ... 51426 files and directories currently installed.) Would remove or purge facebook ...And to try it on Nokia's Remote Device Access is a bit rude, as it seems the test device isn't cleared between sessions.
Anyway, could anybody make an educated guess what will happen with the --ignore-depends option? (Or have the balls and simply try it)
![]() |
2012-04-01
, 18:20
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#10
|
Anyway, could anybody make an educated guess what will happen with the --ignore-depends option? (Or have the balls and simply try it)