Active Topics

 


Reply
Thread Tools
roflmaoo's Avatar
Posts: 53 | Thanked: 57 times | Joined on Jan 2012 @ Lithuania
#1
A guide to remove original Nokia's applications


First you need to download
rootsh
FileBox

Using X-terminal type:
HTML Code:
Root
apt-get --purge remove games*
This command will remove all your games (Blocks, Mahjong, Chess, Marbles)

HTML Code:
apt-get --purge remove osso-tutorial-l10n*
This command will remove User Guide languages.
If icon of the User Guide is still in menu then via FileBox go to:
HTML Code:
usr/share/applications/hildon
and you should see User Guide.desktop file, just hit delete and that's all.
Well if you don't use Store application, you should probably delete the Store.desktop

Original non-needed packages
sudo apt-get remove
hildon-theme-beta
osso-chess-ui
gnuchess osso-graphics-game-chess
osso-lmarbles osso-graphics-game-lmarbles
osso-sounds-game-chess
maemoblocks
ap-installer amazon-installer foreca-installer facebook-installer skype-installer dtg-installer
tutorial-home-applet
osso-tutorial-l10n-engb
osso-tutorial-l10n-ptpt
osso-tutorial-l10n-frca
osso-tutorial-l10n-nlnl
osso-tutorial-l10n-cscz
osso-tutorial-l10n-itit
osso-tutorial-l10n-eses
osso-tutorial-l10n-svse
osso-tutorial-l10n-frfr
osso-tutorial-l10n-dede
osso-tutorial-l10n-fifi
osso-tutorial-l10n-nono
osso-tutorial-l10n-esmx
osso-tutorial-l10n-enus
osso-tutorial-l10n-ruru
osso-tutorial-l10n-mr0
osso-tutorial-l10n-plpl

Safe to remove you will get free space about ~10Mb

Last edited by roflmaoo; 2014-06-13 at 10:07.
 

The Following 3 Users Say Thank You to roflmaoo For This Useful Post:
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#2
Originally Posted by roflmaoo View Post
So, i just want to delete, original Nokia's stock programs like:

Blocks

Chess

Mahjong

Marbles

RSS

User Guide

Is it possible?
Yes.

___________________________
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following 5 Users Say Thank You to vi_ For This Useful Post:
Posts: 896 | Thanked: 978 times | Joined on Feb 2011 @ Greece, Athens
#3
Originally Posted by vi_ View Post
Yes.

___________________________
Please elaborate..
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#4
Code:
apt-get remove <THENAMEOFYOURPROGRAMHERE>
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 
roflmaoo's Avatar
Posts: 53 | Thanked: 57 times | Joined on Jan 2012 @ Lithuania
#5
Originally Posted by vi_ View Post
Code:
apt-get remove <THENAMEOFYOURPROGRAMHERE>
Not working, Couldn't find package
 

The Following User Says Thank You to roflmaoo For This Useful Post:
Posts: 915 | Thanked: 3,209 times | Joined on Jan 2011 @ Germany
#6
Originally Posted by roflmaoo View Post
Not working, Couldn't find package
Failsafe method on Debian systems (should work on Maemo too but I haven't tried):
1. grep /usr/share/applications for the caption of your desktop icon (the path differs slightly in Maemo due to optification)
2. open the file you just have found and find the entry starting with "Exec=" - this will give you the actual program name
3. run apt-file search <program> to identify which package it belongs to
4.uninstall the package
 

The Following 3 Users Say Thank You to sulu For This Useful Post:
Posts: 159 | Thanked: 116 times | Joined on Oct 2010
#7
sudo apt-get remove
hildon-theme-beta
osso-chess-ui
gnuchess osso-graphics-game-chess
osso-lmarbles osso-graphics-game-lmarbles
osso-sounds-game-chess
maemoblocks
ap-installer amazon-installer foreca-installer facebook-installer skype-installer dtg-installer
tutorial-home-applet
osso-tutorial-l10n-engb
osso-tutorial-l10n-ptpt
osso-tutorial-l10n-frca
osso-tutorial-l10n-nlnl
osso-tutorial-l10n-cscz
osso-tutorial-l10n-itit
osso-tutorial-l10n-eses
osso-tutorial-l10n-svse
osso-tutorial-l10n-frfr
osso-tutorial-l10n-dede
osso-tutorial-l10n-fifi
osso-tutorial-l10n-nono
osso-tutorial-l10n-esmx
osso-tutorial-l10n-enus
osso-tutorial-l10n-ruru
osso-tutorial-l10n-mr0
osso-tutorial-l10n-plpl
 

The Following 8 Users Say Thank You to PartyboyXP For This Useful Post:
roflmaoo's Avatar
Posts: 53 | Thanked: 57 times | Joined on Jan 2012 @ Lithuania
#8
Originally Posted by PartyboyXP View Post
sudo apt-get remove
hildon-theme-beta
osso-chess-ui
gnuchess osso-graphics-game-chess
osso-lmarbles osso-graphics-game-lmarbles
osso-sounds-game-chess
maemoblocks
ap-installer amazon-installer foreca-installer facebook-installer skype-installer dtg-installer
tutorial-home-applet
osso-tutorial-l10n-engb
osso-tutorial-l10n-ptpt
osso-tutorial-l10n-frca
osso-tutorial-l10n-nlnl
osso-tutorial-l10n-cscz
osso-tutorial-l10n-itit
osso-tutorial-l10n-eses
osso-tutorial-l10n-svse
osso-tutorial-l10n-frfr
osso-tutorial-l10n-dede
osso-tutorial-l10n-fifi
osso-tutorial-l10n-nono
osso-tutorial-l10n-esmx
osso-tutorial-l10n-enus
osso-tutorial-l10n-ruru
osso-tutorial-l10n-mr0
osso-tutorial-l10n-plpl
I don't get it. so these apt's will remove stock programs and some games? Ant what are doing in commands facebook, skype, foreca?
 
Posts: 159 | Thanked: 116 times | Joined on Oct 2010
#9
Originally Posted by roflmaoo View Post
I don't get it. so these apt's will remove stock programs and some games? Ant what are doing in commands facebook, skype, foreca?
Only installers, it's not necessary to remove all, remove what you need but all these packages are safe to remove

Last edited by PartyboyXP; 2012-04-03 at 14:19.
 

The Following User Says Thank You to PartyboyXP For This Useful Post:
roflmaoo's Avatar
Posts: 53 | Thanked: 57 times | Joined on Jan 2012 @ Lithuania
#10
Originally Posted by PartyboyXP View Post
Only installers, it's not necessary to remove all, remove what you need but all these packages are safe to remove
Thanks! removed games
 
Reply


 
Forum Jump


All times are GMT. The time now is 04:09.