OS2008 for Nokia tablets comes with Skype installer pre-installed to make installing it as easy as possible. But how to remove it if you do not use Skype at all?
The solution is not so simple if you do not know anything about how dpkg works. But if you know then you probably do not need to read rest of post :)
I looked at that “problem” and here is a solution:
- run X-Terminal
- became root (
sudo gainrootor any other method) - edit dpkg status file:
vi /var/lib/dpkg/statusand search for “skype-installer” – it will be listed once and you have to remove it. - back in shell run
dpkg --purge skype-installer
And that’s all — no more “Skype” entry in menus.
This is probably the clean away.
The newby way is to install skype and deinstall it again. Logo gone. Works for me, and for gizmo too.
Hi, this (useful) blog entry will be forgotten over time, but your lines could resist time and be found by more users at http://wiki.maemo.org
Try it out! (and thanks for the blogging)
This is emphatically not the clean way. Don’t butcher the package database like this.
The clean way is to remove the .desktop file that is responsible for the menu entry:
# rm /usr/share/applications/hildon/skype.install
@Quim: this is not so nice method so I prefer to not document it on a wiki. Cleanest is install Skype and remove it later (like Eismaus wrote). My way can also end in removing “osso-software-versions-rx44″ (or how that package was named) in next upgrades.
@Marius Vollmer: this is hack not method :) But removing desktop file is not nice solution neither.
Right, removing the .desktop file is not clean, but (almost) equivalent to installing-then-removing skype.
If you want to force the removal of skype-installer, use “dpkg –force-depends –remove”.
In all cases, you’ll get the menu entry back with the next update to the skype-installer package, so none of the solutions is really clean.
The cleanest thing to do is probably to use “apt-get remove skype-installer” and let it remove the osso-software-version-rx44 meta package. But then you need to install OS updates manually. But that’s not so bad.