Wine 2.0.4 is not appearing in the dash of Ubuntu 16.04 LTS

Questions about Wine on Linux
Locked
Serial.com
Newbie
Newbie
Posts: 1
Joined: Tue Mar 21, 2017 1:03 pm

Wine 2.0.4 is not appearing in the dash of Ubuntu 16.04 LTS

Post by Serial.com »

Hello Team Wine

I installed Wine 2.04 on Ubuntu 16.04.LTS and it is working, but its icon does not appear in the Ubuntu Dash

Programs such as BlueStacks App Player 2.6.105.7902 are not running on Wine 2.0.4.

How should I proceed?

Note: This program could not be done in deb format for simple installation on menu context Ubuntu 16.04 LTS?

To install I followed this procedure:

How to install the latest version of Wine (2.4) development on Ubuntu

The Wine development version gives you access to the latest features of the program well before launching the stable version.
To install the latest development version of Wine on Ubuntu and still be able to automatically receive future updates from it, you should do the following:
Step 1. Open a terminal (in Unity use the CTRL + ALT + T keys);
Step 2. Check if your system is 32-bit or 64-bit by using the following command in the terminal:

Uname -m

Step 3. If your system is 64-bit, go to the tutorial below to enable 32-bit support on 64-bit Ubuntu;
How to enable 32-bit support on 64-bit Ubuntu
Step 4. Then add the program repository with this command or use this tutorial;

Sudo add-apt-repository ppa: wine / wine-builds

Step 5. Update the APT with the command:

Sudo apt-get update

Step 6. Now use the command below to install the program;

Sudo apt-get install --install-recommends winehq-devel


I thank you for your attention!


Serial.com
Locked