See all weblog entries made by smunyua.
[ Parent | Reply to this comment ]
Username:
Password:
[Register|Advanced]
Your version control software of choice is
Centralized Distributed ( 989 votes ~ 9 comments )
Archived weblogs
[ Send Message ]
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 ]