How to remove an icon from launchpad that does not appear in the Finder

finderlaunchpad

I have moved an installer into the launchpad (uTorrent-Installer). The problem is that I would like to remove it now but as it is an installer it doesn't appear in "Applications" in the Finder. I can't right-click the icon to remove it nor can I drag and drop it into the trash.

Can I delete apps from launchpad?

Best Answer

If you are using Yosemite here is the surgical approach to remove only what you want to, instead of wiping out all of Launchpad.

Open up your Terminal app of choice, then use the following command:

sqlite3 $(find /private/var/folders \( -name com.apple.dock.launchpad -a -user $USER \) 2> /dev/null)/db/db "DELETE FROM apps WHERE title='APP_NAME_CASE_SENSITIVE';" && killall Dock

to remove an application from the Launchpad.