| Author |
Message |
codebreaker *nix forums beginner
Joined: 04 Mar 2006
Posts: 5
|
Posted: Fri Apr 14, 2006 9:04 pm Post subject:
NetBSD
|
|
|
Hi,
I installed Net BSD on a spare disk of my linux machine as I wanted to move
on to Net BSD. I had installed from a cd downloaded from the internet. The
systems seem to run and I an able to ping the other computers and routers on
my network.This version I installed does not have any browser or any other
packages. Is there any way I can install these?
Thanks for the help |
|
| Back to top |
|
 |
Bjarne Bäckström *nix forums beginner
Joined: 24 Aug 2005
Posts: 2
|
Posted: Fri Apr 14, 2006 11:11 pm Post subject:
Re: NetBSD
|
|
|
codebreaker <codebreaker@xtra.co.nz> wrote:
| Quote: | This version I installed does not have
any browser or any other packages. Is there any way I can install these?
|
Look here:
<http://www.netbsd.org/Documentation/software/packages.html>
--
http://www.flexusergroup.com/ |
|
| Back to top |
|
 |
Mark Weinem *nix forums beginner
Joined: 11 Feb 2004
Posts: 3
|
Posted: Sun Apr 16, 2006 9:54 pm Post subject:
Re: NetBSD
|
|
|
codebreaker <codebreaker@xtra.co.nz> wrote:
| Quote: | This version [of NetBSD] I installed does not have any browser or any other
packages. Is there any way I can install these?
|
put this line into your .profile file (/root/.profile)
export PKG_PATH="ftp://ftp.netbsd.org/pub/NetBSD/packages/3.0/i386/All"
Logout,
Login in as as root (or as user and su to root) and type
pkg_add -fuuv lynx
This will install the textmode browser Lynx. For running a graphical
Browser like Mozilla-Firefox, setup your X11 first:
XFree86 -configure
mv /root/XF86config.new /etc/X11/XF86Config
Install Firefox:
pkg_add -fuuv firefox
startx
....and choose "xterm" via left mouseclick.
Good luck with NetBSD!
Mark Weinem |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|