I followed the askubuntu directions for installing wine on linux 17.10 with a view to installing microsoft office. However, when I tried to download wine by pressing reload (see step 11 below) I got the error message "failed to download repository information". Can anybody include a link which gives foolproof instructions (maybe on youtube). I'm pretty new to linux (3 days in) and so am more or less a beginner. Instructions were:
click on the Applications menu
Type software
Click Software & Updates
Click on the Other Software tab
Click Add
Enter ppa:ubuntu-wine/ppa in the APT line section (Figure 2)
Click Add Source
Enter your sudo password
Click Authenticate
Click Close
When prompted, click Reload
Open the Software Center
Search for Wine
Click the Wine entry and then click Install
Allow the installation to complete.
Link for these instructions is: https://www.linux.com/learn/how-install-and-use-wine-run-windows-applications-linux
sudo apt update && sudo apt full-upgrade
. Finally install the recommended version withsudo apt install wine
(or use Ubuntu Software). – Nov 03 '17 at 10:07