2

Since I am using Qt5 stuff which installed in /opt directory and about to install Ubuntu SDK seems like Qt4 packages will be redundant in my system. Moreover I am not in need exactly Qt4 libs. So how can I do that (subject)? Thanks!

Ubuntu 15.04

drewpts
  • 136

1 Answers1

5
sudo apt purge qt4*

This will uninstall qt4 and it's deps

Demon
  • 838