View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#141
The original packages can be reinstalled via this command:
Code:
apt-get install --reinstall applauncherd applauncherd-invoker applauncherd-launcher applauncherd-single-instance commhistory-daemon duicontrolpanel duicontrolpanel-displaylanguageapplet duicontrolpanel-l10n-engineering-english gstreamer0.10-plugins-good gstreamer0.10-plugins-good-extra libcommhistory0 libduicontrolpanel libmeegotouch-bin libmeegotouchcore0 libmeegotouchextensions0 libmeegotouch-l10n-engineering-english libmeegotouchsettings0 libmeegotouchviews0 libpublishwidgets0 libqmf0 libqmf-plugins libwebupload0 mcompositor meegotouch-cache-utils meegotouchtheme ohm-plugins-misc qmfserver qt-components webupload-engine -y
But it NOT included packages named:
1. libmeegotouchpreloader0_0.25.10-1+0m8_armel.deb - because it have dependencies for older version of libmeegotouchcore0.
Code:
RM696-21-3_PR_001:~# apt-get install --reinstall -d libmeegotouchpreloader0 -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  libmeegotouchpreloader0: Depends: libmeegotouchcore0 (= 0.22.12-1+0m6) but 0.25.10-1+0m8 is to be installed
E: Broken packages
RM696-21-3_PR_001:~#
Files included in this package:
Code:
/usr/lib/libmeegotouchpreloader.so.0
/usr/lib/libmeegotouchpreloader.so.0.26
/usr/lib/libmeegotouchpreloader.so.0.26.1
I can't find them on our system, that mean to restore to default, probably we can just uninstall this package:
Code:
apt-get remove --purge libmeegotouchpreloader0 -y
2. meegotouchtheme-ppack-fixes_0.1-1_all.deb - this package not exist:
Code:
RM696-21-3_PR_001:~# apt-get install --reinstall -d meegotouchtheme-ppack-fixes -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package meegotouchtheme-ppack-fixes
RM696-21-3_PR_001:~#
but it can be deleted by:
Code:
rm -f /usr/share/themes/blanco/meegotouch/notes/style/ppack-notes.css
or
Code:
apt-get remove --purge meegotouchtheme-ppack-fixes -y
I'm going to add installation/removing this PP to N9QT

Last edited by Schturman; 2013-06-22 at 18:43.
 

The Following 15 Users Say Thank You to Schturman For This Useful Post: