Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2008 08:45:57 +0300
From:      Manolis Kiagias <sonicy@otenet.gr>
To:        Oren Almog <oren.almog@gmail.com>
Cc:        freebsd-doc@freebsd.org
Subject:   Re: Downloading packages
Message-ID:  <483CF195.6030506@otenet.gr>
In-Reply-To: <483CE73C.6080502@gmail.com>
References:  <483CE73C.6080502@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Oren Almog wrote:
> I've been looking at 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/packages-using.html 
> and it is stated there and given as an example that if you want to 
> change the default download site of packages for your version, you 
> need to change the PACKAGESITE variable to 
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/  
> (5.4 is given as an example). Isn't it supposed to /ALL instead of 
> /Latest ?
>
> I am a FreeBSD beginner so I there a chance that I am doing things 
> wrong, I am just trying to make sure.
>
> Oren

The information in the handbook is correct. The /Latest directory simply 
contains links to the latest versions of the packages in the /All 
directory. In this way you don't need to know and specify the exact 
version of the package you want to install. For example, with 
PACKAGESITE set to /Latest, you could do something like:

pkg_add -r xorg

and you would get the latest version of Xorg server. With PACKAGESITE 
set to All, you should do something like:

pkg_add -r xorg-7.3_1

but you would need to look the exact package name beforehand (e.g. by 
using Firefox or an ftp program to visit the ftp site).

Please note these type of questions are better answered in the 
freebsd-questions list, which is the primary technical support list. You 
may wish to use it for any further queries.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?483CF195.6030506>