How to install the latest Wine version in Ubuntu8.10? We know that wine is a software used to run Windows programs in Linux systems, such as QQ, Warcraft, csgames and so on can be used in Linux as long as there is wine. Next I will take Ubuntu as an example to show you how to install the latest Wine version. For details about how to use Wine in Ubuntu or other versions, refer to the subsequent articles of Linux community. After adding software sources to Ubuntu
How to install the latest Wine version in Ubuntu 8.10? We know that wine is a software used to run Windows programs in Linux systems, such as QQ, Warcraft, csgames and so on can be used in Linux as long as there is wine. Next I will take Ubuntu as an example to show you how to install the latest Wine version.
For more information about how to use Wine in Ubuntu 8.10 or other versions, follow the subsequent articles in the Linux community.
After adding software sources to Ubuntu, you can find Wine in the new software package manager. However, different sources have different versions, some of which are 1.0.0, while the latest version of Wine is 1.1.8, first open the terminal and enter the following command line:
Wget-q http://wine.budgetdedicated.com/apt/387EE263.gpg-O-| sudo apt-key add-press enter (note that there is a small bar at the end)
Then, run the following command in Ubuntu hard (8.04:
Sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list-O/etc/apt/sources. list. d/winehq. list press ENTER
Run the following command on Ubuntu Intrepid (8.10:
Sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list-O/etc/apt/sources. list. d/winehq. list press ENTER
See (1)
Linuxidc @ linuxidc-laptop :~ $ Sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list-O/etc/apt/sources. list. d/winehq. list
[Sudo] password for linuxidc:
-- 20:21:59 -- http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list
Parsing host wine.budgetdedicated.com... 81.171.111.184
Connecting wine.budgetdedicated.com | 81.171.111.184 |: 80... connected.
An HTTP request has been sent and is waiting for response... 200 OK
Length: 190 [text/plain]
Save to '/etc/apt/sources. list. d/winehq. list'
100% [============================================== >] 190 --. -K/s in 0 s
20:22:01 (17.7 MB/s)-'/etc/apt/sources. list. d/winehq. List' has been saved [190/190]
Then, update the source list: sudo apt-get update and press Enter.
E: Some index files cannot be downloaded. They may be ignored or used instead.
Linuxidc @ linuxidc-laptop :~ $ Sudo apt-get install wine
Reading the package list... complete
Analyzing the dependency tree of the software package
Reading status information... complete
The following additional software packages will be installed:
Ttf-liberation winbind wine-gecko
Recommended software packages:
Msttcorefonts
The following [new] software packages will be installed:
Ttf-liberation winbind wine-gecko
A total of 0 software packages have been upgraded, 4 new software packages have been installed, 0 software packages have to be uninstalled, and 54 software have not been upgraded.
Download the 17.7 MB software package.
After decompression, 74.8 MB of extra space is consumed.
Do you want to continue? [Y/n] Y
[Warning]: The following software packages cannot pass verification!
Wine
Are these software packages installed without verification? [Y/N] y
Search wine in the new software package manager and check the latest wine version. The latest version is version 1.1.8 (SEE), or run the command line sudo apt-get install wine.