desconocido
2010-Apr-26 11:29 UTC
[Wine] How can I install Wine on a computer without internet access
Hi, Couldn't find the answer searching the forum. I would like install Wine on a system that has Ubuntu 9.10 but NO access to the Internet. I have another system with Ubuntu 8.04 which can access Internet, but the instructions at http://www.winehq.org/download/deb seem to imply that it would install the Wine on my 8.04 machine. Is there any binary I could download that I could put on a CD-ROM or USB stick and install on to 9.10 from there? What happens if Wine wants more libraries? Thanks if you can help me at all, Bob
Altair
2010-Apr-26 11:40 UTC
[Wine] Re: How can I install Wine on a computer without internet access
Download the source code (or de packages of your distribution) for all programs you need. Burn a CD with this and go to the computer without a Internet.
Jim Hall
2010-Apr-26 14:39 UTC
[Wine] How can I install Wine on a computer without internet access
On Mon, Apr 26, 2010 at 6:40 AM, Altair <wineforum-user at winehq.org> wrote:> Download the source code (or de packages of your distribution) for all > programs you need. Burn a CD with this and go to the computer without a > Internet. > > > > > > You can also use the binary and install it with dpkg or gdebi.Further updates will also require a manual transfer between the machines. Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20100426/cc871e84/attachment.htm>
desconocido
2010-Apr-27 16:57 UTC
[Wine] Re: How can I install Wine on a computer without internet access
Also, I can see that I can get older binary versions from http://wine.budgetdedicated.com/archive/index.html but not more recent than wine 1.1.38
desconocido
2010-Apr-28 18:12 UTC
[Wine] Re: How can I install Wine on a computer without internet access
I downloaded the binary file from http://wine.budgetdedicated.com/archive/ubuntu/jaunty/wine_1.1.38~winehq0~ubuntu~9.04-0ubuntu1_i386.deb as recommended at http://wine.budgetdedicated.com/archive/index.html I put it on my non-internet computer and double-clicked it. It opened with GDebi 0.5.9 I tried to install and got the error message "Error: Dependency is not satisfiable: libaudio2" Anyone know where I can get a package with this library in it. I understand a bit about Synaptic, but not how to source stuff from a disk.
desconocido
2010-Apr-28 18:22 UTC
[Wine] Re: How can I install Wine on a computer without internet access
I downloaded the file wine-1.1.39.tar.bz2 from http://sourceforge.net/projects/wine/files/Source/ I put it on my non-internet computer and extracted the archive. I followed the instructions in the README file to Code: ./tools/wineinstall but it complained about a missing flex. In fact it says> Basic requirements: > You need to have the X11 development include files installed > (called xlib6g-dev in Debian and XFree86-devel in Red Hat). > > Of course you also need "make" (most likely GNU make). > > You also need flex version 2.5 or later and bison.So unless they come as standard in a default destop install of Ubuntu 9.10, I am probably missing most of these. Anyone know where I can get a package with these in it? I understand a bit about Synaptic, but not how to source stuff from a disk.
Edward Savage
2010-Apr-28 18:35 UTC
[Wine] How can I install Wine on a computer without internet access
On Thu, Apr 29, 2010 at 4:22 AM, desconocido <wineforum-user at winehq.org> wrote:> So unless they come as standard in a default destop install of Ubuntu 9.10, I am probably missing most of these. > > Anyone know where I can get a package with these in it? > I understand a bit about Synaptic, but not how to source stuff from a disk. > > > > > >That is because Wine now releases Ubuntu debs via the PPA system. You can find this by Googling ppa:ubuntu-wine/ppa and going to the project page or an index of the files in the project. You will still require all the dependencies to install this deb and for some applications you may require the recommended packages too. You can find the binary you need here: http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/pool/main/w/wine1.2/ (Karmic is 9.10) According to aptitude show wine1.2 these deps for a 64bit system are: Depends: procps, binfmt-support (>= 1.1.2), ia32-libs (>= 1.6), lib32asound2 (> 1.0.14), libc6-i386 (>= 2.6-1), lib32nss-mdns (>0.10-3) PreDepends: dpkg (>= 1.14.12ubuntu3) Recommends: ttf-tahoma-replacement, ttf-symbol-replacement, ttf-liberation, winbind, wine1.2-gecko, ttf-mscorefonts-installer Suggests: xdg-utils
desconocido
2010-May-19 18:48 UTC
[Wine] Re: How can I install Wine on a computer without internet access
desconocido wrote:> I downloaded the binary file from > http://wine.budgetdedicated.com/archive/ubuntu/jaunty/wine_1.1.38~winehq0~ubuntu~9.04-0ubuntu1_i386.deb > > as recommended at http://wine.budgetdedicated.com/archive/index.html > > I put it on my non-internet computer and double-clicked it. > > It opened with GDebi 0.5.9 > > I tried to install and got the error message > "Error: Dependency is not satisfiable: libaudio2" >I tried reading the man page for apt. Nothing there, so I tried the man page for apt-get. That looks better. So tried using the apt-get --download-only option: Code: ~$ sudo apt-get --download-only install libaudio2 [sudo] password for bob: Reading package lists... Done Building dependency tree Reading state information... Done libaudio2 is already the newest version. libaudio2 set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 99 not upgraded. Er, did anything happen? Searching for files beginning with libaudio2 only finds old stuff in /var/lib/dpkg/info or /usr/share/doc. Thanks.
desconocido
2010-May-21 10:39 UTC
[Wine] Re: How can I install Wine on a computer without internet access
eps wrote:> > You can find the binary you need here: > http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/pool/main/w/wine1.2/ > (Karmic is 9.10) > > According to aptitude show wine1.2 these deps for a 64bit system are: > Depends: procps, binfmt-support (>= 1.1.2), ia32-libs (>= 1.6), > lib32asound2 (> 1.0.14), libc6-i386 (>= 2.6-1), lib32nss-mdns (>> 0.10-3) > PreDepends: dpkg (>= 1.14.12ubuntu3) > Recommends: ttf-tahoma-replacement, ttf-symbol-replacement, > ttf-liberation, winbind, wine1.2-gecko, ttf-mscorefonts-installer > Suggests: xdg-utilsI tried this binary as well. I put it on my non-internet computer and double-clicked it. It opened with GDebi 0.5.9 I tried to install and got the same error message "Error: Dependency is not satisfiable: libaudio2"
dimesio
2010-May-21 12:10 UTC
[Wine] Re: How can I install Wine on a computer without internet access
desconocido wrote:> > I tried this binary as well. > > I put it on my non-internet computer and double-clicked it. > > It opened with GDebi 0.5.9 > > I tried to install and got the same error message > "Error: Dependency is not satisfiable: libaudio2"So you need to download and install a package with libaudio2 on the non-internet computer before you try to install Wine on it.
desconocido
2010-May-24 11:31 UTC
[Wine] Re: How can I install Wine on a computer without internet access
I downloaded libaudio2_1.8-4_i386.deb from http://packages.debian.org/etch/i386/libaudio2/download I put it on my non-internet computer and installed it with, I think, dpkg That seemed OK. I then again tried wine_1.1.38~winehq0~ubuntu~9.04-0ubuntu1_i386.deb This time I got "Error: Dependency is not satisfiable: libopenal1" I then again tried wine1.2_1.1.44-0ubuntu1~karmicppa1_i386.deb This time I got "Error: Dependency is not satisfiable: libmpg123-0" Hmm, this could go on for ever, especially as there is a two day turn round time getting a new library onto the non-internet computer. Is there a version of Wine that works out of the box with with a non-upgraded install of Ubuntu Karmic 9.10 desktop?