3

I want to know if online google search engine searches can be done from within ubuntu dash. This is like a mini search engine within the ubuntu launcher.

If this is possible,how to do it?

Saket
  • 893

1 Answers1

0

Yes, you can do this. Open your terminal and paste these lines one by one.

sudo add-apt-repository ppa:scopes-packagers/ppa
sudo apt-get update
sudo apt-get install unity-lens-answers

Then restart your computer for the changes to take effect.

Raja G
  • 105,327
  • 107
  • 262
  • 331