Weblog entry #1 for smunyua

offline wine installation
Posted by smunyua on Tue 28 Feb 2012 at 17:02
Tags: none.
Hi, I would like some help to install wine via terminal without internet connection. Could some one assist me with the commands.
Regards,
Simon


 

Comments on this Entry

Posted by rjc (131.111.xx.xx) on Mon 5 Mar 2012 at 13:35
[ Send Message ]
You'll need to give more information than that.

Obviously you do need to download the packages or sources beforehand, save them to a portable media and install it on the offline machine.

Debian packages from Debian repoitory? -> curl ; dpkg -i
Debian packages from WineHQ? -> curl ; dpkg -i
From tar.gz source packages? -> curl ; ./configure && make && make install
From git repository -> git clone ; ./configure && make && make install

rjc

[ Parent | Reply to this comment ]