From owner-freebsd-newbies@FreeBSD.ORG Fri Feb 27 01:04:32 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D93E16A4CE for ; Fri, 27 Feb 2004 01:04:32 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D8C43D1D for ; Fri, 27 Feb 2004 01:04:31 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 27 Feb 2004 03:04:48 -0600 Message-ID: <403F07E5.2050201@daleco.biz> Date: Fri, 27 Feb 2004 03:03:33 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Razvan Pop References: <403F0368.5020700@cpea.ro> In-Reply-To: <403F0368.5020700@cpea.ro> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Feb 2004 09:04:49.0000 (UTC) FILETIME=[C0A74E80:01C3FD10] cc: freebsd-newbies Subject: Re: freebsd without internet connection X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 09:04:32 -0000 Razvan Pop wrote: > hello guys, > > i'm using freebsd and because i liked it i installed it at home > too. Problem is i don't have internet at home. When i'm trying to > install a package it wants to go online. Any ideas how i could install > packages off-line? > Burn the packages to a CD at work? Or, use the ports system, and grab the source tarballs at work, burn them, and take them home. Put them in /usr/ports/distfiles, cd /usr/ports/somedir/mynextport, type "make install clean" .... Try installing portupgrade (/usr/ports/sysutils/portupgrade) on the work machine. You could then do "portupgrade -F" to fetch the source (recursively) for ports on your home machine, or "-FP" to fetch packages.... Lastly, the FreeBSD Mall (and some other vendors) have multiple CD sets that include distfiles for many major packages and their dependencies.... HTH, Kevin Kinsey DaleCo, S.P.