On Jul 23, 2013, at 7:24 AM, Pietro Paolini wrote:

> Hello all,
> 
> I have to install in a probably not latest version BSD machine but when I try 
> to 
> 
> pkg_add -r vim-lite
> Error: Unable to get 
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/vim-lite.tbz:
>  File unavailable (e.g., file not found, no access)
> pkg_add: unable to fetch 
> 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/vim-lite.tbz'
>  by URL
> 
> I get that error, it should be cause by the fact that my system is not so 
> new, am I wrong ? Any solution on that ?
> 

Try:

env 
PACKAGESITE=ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-releases/Latest/
 pkg_add -r vim-lite

NOTE: That is a single command to be written on a single-line.
-- 
Devin

_____________
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to