Active Topics

 


Reply
Thread Tools
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#11
Ah just realised what you are doing; its wrong!

Do apt-get remove kdepim-mobile so that the main package is removed after which you can do apt-get autoremove to remove the remaining not needed packages including kdepim-runtime...
 
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#12
i did just that ...

i removed kdepim-mobile and then ran apt-get autoremove to get rid of the rest but i couldn't remove kdepim-runtime

and now every time i want to install something i get an error that kdepim-runtime could not be removed and i cannot install other stuff

Last edited by mcbook; 2012-12-03 at 14:41.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#13
Originally Posted by mcbook View Post
i did just that ...

i removed kdepim-mobile and then ran apt-get autoremove to get rid of the rest but it couldn't remove kdepim-runtime
Full logs please...
 
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#14
same thing...
~ # apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
kdepim-runtime
0 upgraded, 0 newly installed, 1 to remove and 9 not upgraded.
1 not fully installed or removed.
After this operation, 4,641kB disk space will be freed.
Do you want to continue [Y/n]? y
Can not write log, openpty() failed (/dev/pts not mounted?)
(Reading database ... 56929 files and directories currently installed.)
Removing kdepim-runtime ...
ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
dpkg: error processing kdepim-runtime (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
kdepim-runtime
Updating desktop entries... Done
E: Sub-process /usr/bin/dpkg returned an error code (1)
~ #
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#15
ok as root do:

touch /etc/ld.so.cache
chmod 775 /etc/ld.so.cache
apt-get autoremove
 
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#16
same error as before

i'll try to install everything and remove it again... (totally stupid )

edit:

you got to be kidding me....

i can't install this stupid sh*t

~ # apt-get install kdepim-mobile
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:
kdepim-mobile: Depends: tasks-mobile (= 4:4.9~.20120521.git084e17ba-1maemo6.6) but it is not going to be installed
Depends: korganizer-mobile (= 4:4.9~.20120521.git084e17ba-1maemo6.6) but it is not going to be installed
Depends: kdepim-runtime but it is not going to be installed
E: Broken packages
~ #

Last edited by mcbook; 2012-12-03 at 15:04.
 
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#17
got it...

thx thedead1440 for the assistance
 

The Following User Says Thank You to mcbook For This Useful Post:
Posts: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#18
I get 404 errors in the terminal when trying the installation procedure, and the link on the webpage results in 404 as well. Any workaround, mirror?

Last edited by Kabouik; 2012-12-03 at 18:23.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#19
Originally Posted by Kabouik View Post
I get 404 errors in the terminal when trying the installation procedure, and the link on the webpage results in 404 as well. Any workaround, mirror?
What were you trying to do?

Anyway installation procedure:

- Enable Harmattan SDK repo using N9QTweak or type in terminal:
Code:
echo "deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free" >> /etc/apt/sources.list.d/sdk.list
Then enable the kolab repo by typing in terminal:
Code:
echo "deb https://files.kolab.org/local/maemo/dists/harmattan ./" >> /etc/apt/sources.list.d/community.list
Now in terminal:
Code:
curl https://ssl.intevation.de/Intevation-Distribution-Key.asc | apt-key add -
(above is one command not two; parsed by the forum)


Then:
Code:
apt-get update
apt-get install kdepim-mobile
If it fails due to dependencies do apt-get install -f which should fix things up

Of course once the above is done you need to change the cache location which is exactly whats written here
 
Posts: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#20
I do have dependencies issue, but cannot fix it with an apt-get install -f because of Aegis rejection (even with AEGIS_FIXED_ORIGIN as it is designed for open mode and I only have Inception). I tried after devel-su, opensh or ariadne sh, but none fixed the issue.

By the way the curl command is not found, therefore I can't add the key.
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:01.