![]() |
2011-02-18
, 21:19
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#2
|
![]() |
2011-02-18
, 22:26
|
Posts: 55 |
Thanked: 10 times |
Joined on Oct 2009
|
#3
|
![]() |
2012-11-05
, 20:47
|
Posts: 98 |
Thanked: 44 times |
Joined on Mar 2010
@ Netherlands
|
#4
|
Thanks - problem is solved!
Before I installed CSSU I already installed modified-hildon-desktop. Uninstalling and I was able to uninstall vlc again.
Also simple brightness applet is working again...
sudo gainroot apt-get purge vlc
![]() |
2012-11-05
, 21:18
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#5
|
sudo gainroot apt-get autoremove
sudo gainroot dpkg -l | grep ^rc | cut -d ' ' -f3 | xargs dpkg --purge
![]() |
2012-11-05
, 21:31
|
Posts: 98 |
Thanked: 44 times |
Joined on Mar 2010
@ Netherlands
|
#6
|
Please tryWatch carefully, what will get removed to interrupt immediately, if something valuable will get removed also.Code:sudo gainroot apt-get autoremove
You could also remove left over configuration files with this commandIf you are unsure or errors occur, feel free to ask again.Code:sudo gainroot dpkg -l | grep ^rc | cut -d ' ' -f3 | xargs dpkg --purge
/home/user # apt-get autoremove Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded. /home/user # sudo gainroot user is not in the sudoers file. This incident will be reported. /home/user # dpkg -l | grep ^rc | cut -d ' ' -f3 | xargs dpkg --purge (Reading database ... 44799 files and directories currently installed.) Removing enhanced-lockscreen ... Purging configuration files for enhanced-lockscreen ... Removing nitdroid-installer ... Purging configuration files for nitdroid-installer ... Removing tutorial-home-applet ... Purging configuration files for tutorial-home-applet ... /home/user #
I made a fault - I install the VLC Version mentioned in the thread http://talk.maemo.org/showpost.php?p=361844&postcount=1
It took me about 10 MB from my free rootfs, now I'm only at 32 MB.
I'm using the latest CSSU update
Now I tried to uninstall the packages using
apt-get autoremove --purge vlc (the same with the other packages)
It wasn't possible and I got the following messages:
"Reading package lists...
Building dependency tree...
Reading state information...
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
mp-fremantle-community-pr: Depends: hildon-desktop (>= 1:2.2.142-7) but 1:2.2.140-1+0m5 is to be installed
vlc: Depends: vlc-player (= 1.1.5-1) but it is not going to be installed"
Can anybody give me hint to uninstall VLC and release the 10 MB again?
Thanks in advance
Dirk