View Single Post
Posts: 104 | Thanked: 43 times | Joined on Jan 2010 @ St. Paul, MN
#226
Originally Posted by zlatko View Post
You just need to gain root and then
Code:
apt-get remove libqt4-test
It will aske you to remove Healthcheck which depends on this library as well. After that you are good to go. This way you can remove all conflicting packages - it was libgles1-sgx-img required by Brainparty in my case ;-)
Just in case it helps any newbs, here's what I needed to do based on the this post and on the prior page to lead me where I needed to go.

1. apt-cache rdepends libqt4-test returned python 2.5...so I removed a python2.5 something or other that was in my app list, it asked me to remove healthcheck as well so I did.

I rebooted.

2. Then apt-get remove libqt4-test and it allowed me to remove.

Now I'm updating OTA

I hit up both posters with Thanks but figured I'd spell out the two steps as the apt-get remove for this wasn't allowing me to remove until I took care of step 1.
 

The Following 3 Users Say Thank You to Sphinx780 For This Useful Post: