Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2007 11:52:05 +0800
From:      Erich Dollansky <oceanare@pacific.net.sg>
To:        opik133@students.itb.ac.id
Cc:        ports@FreeBSD.org
Subject:   Re: how to install package from local drive?
Message-ID:  <46D63EE5.9090106@pacific.net.sg>
In-Reply-To: <1509.167.205.64.182.1188444629.squirrel@students.itb.ac.id>
References:  <1509.167.205.64.182.1188444629.squirrel@students.itb.ac.id>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

opik133@students.itb.ac.id wrote:
> 
> how to install package from local hard drive.
> 
pkg_add PathToPackage

> i use this freebsd for desktop and i don't have internet connection.
> i download some package (13 GB), and i only have freebsd partition 6.5 GB
> 
Where are the packages stored?

There must be a way to access them,

If it is on a none FreeBSD partition, you will have to mount the 
partition specifying the file system with 'mount -t FileSystem' to get 
access.

Do a

man mount

To find out more.


Erich



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46D63EE5.9090106>