3

There are some web apps that I decided not to install initially; I selected "Do not ask again" for the prompt. Now that I have changed my mind, how do I go about installing that web app for a particular browser?

1 Answers1

1

Open the software center and search for unity-webapps. There you can install the ones you want.

enter image description here

You can also use the command: sudo apt-get install unity-webapps-<webapp-name>

Make sure you have the following packages installed:

unity-webapps-service libunity-webapps0 xul-ext-unity libufe-xidgetter0  

You can install them with:

sudo apt-get install unity-webapps-service libunity-webapps0 xul-ext-unity libufe-xidgetter0
Seth
  • 59,332