Slimming OS
Line 7: | Line 7: | ||
* [safe] remove osso-tutorial: apt-get remove --purge osso-tutorial* | * [safe] remove osso-tutorial: apt-get remove --purge osso-tutorial* | ||
* [safe] remove *-installers: apt-get remove --purge ap-installer amazon-installer foreca-installer facebook-installer skype-installer dtg-installer | * [safe] remove *-installers: apt-get remove --purge ap-installer amazon-installer foreca-installer facebook-installer skype-installer dtg-installer | ||
+ | |||
+ | ==Tips and tricks== | ||
+ | apt-magic [http://talk.maemo.org/showpost.php?p=1190876&postcount=6] | ||
+ | #package description: | ||
+ | apt-cache show PKGNAME | ||
+ | #provides files: | ||
+ | dpkg -L PKGNAME | ||
+ | #current version: | ||
+ | apt-cache policy PKGNAME | ||
+ | #reverse dependencies: | ||
+ | apt-cache showpkg PKGNAME | ||
+ | #remove (on device which can be reflashed) | ||
+ | apt-get remove --purge PKGNAME | ||
+ | |||
[[Category:N900]] | [[Category:N900]] |
Revision as of 16:14, 19 July 2015
This page is a work in progress, continue only if you know what you are doing! Never use apt-get autoremove! Some packages that are updated with cssu features free some dependencies (ie. watch out what apt wants to remove if you dont have cssu features package installed).
- [safe] disabling welcome screen (date/time/language): delete/move /etc/X11/Xsession.d/30osso_startup_wizard
- [safe] nokia hands: delete/move /etc/X11/Xsession.d/10hildon_welcome or: apt-get remove --purge hildon-welcome
- [safe] remove cherry (nokia's sms subscruption): apt-get remove --purge cherry
- [safe] remove osso-tutorial: apt-get remove --purge osso-tutorial*
- [safe] remove *-installers: apt-get remove --purge ap-installer amazon-installer foreca-installer facebook-installer skype-installer dtg-installer
Tips and tricks
apt-magic [1]
#package description: apt-cache show PKGNAME #provides files: dpkg -L PKGNAME #current version: apt-cache policy PKGNAME #reverse dependencies: apt-cache showpkg PKGNAME #remove (on device which can be reflashed) apt-get remove --purge PKGNAME