When I try to download wine
from the software center, there is no install button to click on it only more info, then a there is a line says that it is available from universe and a use this source
button, when I click it nothing happens. Please help me.
Asked
Active
Viewed 123 times
-1

hg8
- 13,462
1 Answers
1
You probably missed to enable the universe repository and to reload the software sources.
Close Software Center, open a terminal (Ctrl+Alt+T) and run :
sudo add-apt-repository universe
sudo apt-get update
After that try it again.

hg8
- 13,462