How do I install wine without network in CentOS 7 of 64 bit?

Issues related to applications and software problems
Post Reply
chen.tsang
Posts: 1
Joined: 2016/04/03 03:35:00

How do I install wine without network in CentOS 7 of 64 bit?

Post by chen.tsang » 2016/04/03 03:50:07

Unfortunately,I can't access the Internet.But I need to install a software which is wine in order to access the Internet.When installing wine-1.8,I encountered some problems.
wine.png
wine.png (16.73 KiB) Viewed 2225 times
It prompted that I need to install some dependencies,but I can not access the Internet in this computer.(I have an another computer with windows that can access the network).
How do I solve it?

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: How do I install wine without network in CentOS 7 of 64

Post by gerald_clark » 2016/04/03 19:45:19

Why would you need wine in order to access the internet?

MartinR
Posts: 714
Joined: 2015/05/11 07:53:27
Location: UK

Re: How do I install wine without network in CentOS 7 of 64

Post by MartinR » 2016/04/04 09:08:55

If you need wine the easiest thing is to install it from EPEL. From the build log you appear to be trying to build 32-bit wine in a 64-bit environment. Just get it from EPEL:

Code: Select all

[root@localhost ~]# yum list | grep wine
mingw32-qt5-qtwinextras.noarch          5.5.1-1.el7                    epel     
mingw64-qt5-qtwinextras.noarch          5.5.1-1.el7                    epel     
wine.x86_64                             1.8.1-1.el7                    epel     
wine-alsa.x86_64                        1.8.1-1.el7                    epel     
wine-capi.x86_64                        1.8.1-1.el7                    epel     
wine-cms.x86_64                         1.8.1-1.el7                    epel     
wine-common.noarch                      1.8.1-1.el7                    epel     
wine-core.x86_64                        1.8.1-1.el7                    epel     
wine-courier-fonts.noarch               1.8.1-1.el7                    epel     
wine-desktop.noarch                     1.8.1-1.el7                    epel     
wine-devel.x86_64                       1.8.1-1.el7                    epel     
wine-filesystem.noarch                  1.8.1-1.el7                    epel     
wine-fixedsys-fonts.noarch              1.8.1-1.el7                    epel     
wine-fonts.noarch                       1.8.1-1.el7                    epel     
wine-ldap.x86_64                        1.8.1-1.el7                    epel     
wine-marlett-fonts.noarch               1.8.1-1.el7                    epel     
wine-ms-sans-serif-fonts.noarch         1.8.1-1.el7                    epel     
wine-openal.x86_64                      1.8.1-1.el7                    epel     
wine-pulseaudio.x86_64                  1.8.1-1.el7                    epel     
wine-small-fonts.noarch                 1.8.1-1.el7                    epel     
wine-symbol-fonts.noarch                1.8.1-1.el7                    epel     
wine-system-fonts.noarch                1.8.1-1.el7                    epel     
wine-systemd.noarch                     1.8.1-1.el7                    epel     
wine-sysvinit.noarch                    1.8.1-1.el7                    epel     
wine-tahoma-fonts.noarch                1.8.1-1.el7                    epel     
wine-tahoma-fonts-system.noarch         1.8.1-1.el7                    epel     
wine-twain.x86_64                       1.8.1-1.el7                    epel     
wine-wingdings-fonts.noarch             1.8.1-1.el7                    epel     
wine-wingdings-fonts-system.noarch      1.8.1-1.el7                    epel     
[root@localhost ~]# 

schotty
Posts: 19
Joined: 2014/08/22 20:31:16
Location: Milwaukee, WI
Contact:

Re: How do I install wine without network in CentOS 7 of 64 bit?

Post by schotty » 2016/05/19 22:21:34

For wine on any EL7 distro you have a few options to get around what you are seeing (64-bit only wine). I do use all three, but primarily Crossover. And yes Crossover is a paid product. They are the primary sponsor of the wine project. All three work well, of course depending on what you are looking into doing.

Lutris
Crossover
PlayOnLinux

Post Reply