DragonFly BSD
DragonFly users List (threaded) for 2006-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: question about packages installation


From: Erik Wikström <erik-wikstrom@xxxxxxxxx>
Date: Sun, 27 Aug 2006 14:41:13 +0200

On 2006-08-27 14:03, Saverio Iacovelli wrote:
For example, I would install firefox-1.5.0.6.tgz, then
I must try:

#pkg_add firefox-1.5.0.6.tgz (and installation fails
because it needs other packages)

You need to specify the path the the file (if you have not set the PKG_PATH-variable) so you'll have to type
#pkg_add
ftp://packages.stura.uni-rostock.de/pkgsrc-current/DragonFly/DEVELOPMENT/i386/All/firefox-1.5.0.6.tgz


Or set PKG_PATH first
setenv PKG_PATH ftp://packages.stura.uni-rostock.de/pkgsrc-current/DragonFly/DEVELOPMENT/i386/All
and then run pkg_add firefox-1.5.0.6.tgz


(sorry about the line-breaks)

--
Erik Wikström



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]