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
  • 863
  • 2
  • 10
  • 15

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
  • 100,643
  • 105
  • 254
  • 328