View Single Post
Posts: 223 | Thanked: 323 times | Joined on Dec 2010
#145
Originally Posted by hyrra View Post
How can I remove Qt Mobility 1.1 libraries?
You can check what Qt Mobility 1.1 libraries you have installed with
dpkg --list |grep libqtm-11
and remove e.g. with
dpkg --remove libqtm-11-location

Removing will fail if you have apps that are dependent on that package you're trying to remove so trying to remove should be safe.