Unix Technical Forum

Browser Question

This is a discussion on Browser Question within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> What is the easiest browser (other than lynx) to install and use on OpenBSD? I have two OpenBSD machines ...


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > comp.unix.bsd.openbsd.misc

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-16-2008, 07:06 AM
CRW
 
Posts: n/a
Default Browser Question

What is the easiest browser (other than lynx) to install and use on OpenBSD?

I have two OpenBSD machines that I primarily use as ssh servers. I have this
working fine. I'd like to install a browser on one of them, but I don't
want to expend too much effort. I would say that compiling KDE is too much
effort for my needs. I have X installed and running (using all defaults--
startx). Is there likely to be a default browser already installed that I
just don't know about? I'm running 3.7. Will probably upgrade to 3.8 in
next few weeks.

Google returns a bunch of links discussing compiling KDE, etc., which as I
said is more effort than I want to expend right now for this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-16-2008, 07:06 AM
steven mestdagh
 
Posts: n/a
Default Re: Browser Question

CRW <20060131@curtwill.cotse.net> wrote:
> What is the easiest browser (other than lynx) to install and use on OpenBSD?
>
> I have two OpenBSD machines that I primarily use as ssh servers. I have this
> working fine. I'd like to install a browser on one of them, but I don't
> want to expend too much effort. I would say that compiling KDE is too much
> effort for my needs. I have X installed and running (using all defaults--
> startx). Is there likely to be a default browser already installed that I
> just don't know about? I'm running 3.7. Will probably upgrade to 3.8 in
> next few weeks.
>
> Google returns a bunch of links discussing compiling KDE, etc., which as I
> said is more effort than I want to expend right now for this.


why would you need KDE to have a browser?

http://www.openbsd.org/faq/faq8.html#Browsers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-16-2008, 07:06 AM
tomaz.zveglic@gmail.com
 
Posts: n/a
Default Re: Browser Question

Install FireFox web browser from packages

Type:
# pkg_add
ftp://ftp.openbsd.org/pub/OpenBSD/3....ox-1.0.1p1.tgz

Type:
# startx

Under xterm run:
# /usr/local/bin/firefox


Installing KDE from packages is also peace of cake
Type:
# pkg_add
ftp://ftp.openbsd.org/pub/OpenBSD/3....se-3.3.2p3.tgz

To run kde:
# /usr/local/bin/startkde


.... usefull site: http://www.openbsdsupport.org/

OpenBSD rulz

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-16-2008, 07:06 AM
jKILLSPAM.schipper@math.uu.nl
 
Posts: n/a
Default Re: Browser Question

CRW <20060131@curtwill.cotse.net> wrote:
> What is the easiest browser (other than lynx) to install and use on OpenBSD?
>
> I have two OpenBSD machines that I primarily use as ssh servers. I have this
> working fine. I'd like to install a browser on one of them, but I don't
> want to expend too much effort. I would say that compiling KDE is too much
> effort for my needs. I have X installed and running (using all defaults--
> startx). Is there likely to be a default browser already installed that I
> just don't know about? I'm running 3.7. Will probably upgrade to 3.8 in
> next few weeks.
>
> Google returns a bunch of links discussing compiling KDE, etc., which as I
> said is more effort than I want to expend right now for this.


That depends on why you don't think Lynx suits your needs. It is
possible to get X running, and then run Firefox/Opera/whatever.

It's probably easier to pkg_add w3m-0.5.1p0 or w3m-0.5.1p0-image. I use
w3m for most of my browsing needs, only switching to Firefox when I want
to look at a graphical site or one that uses Javascript.

Joachim
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-16-2008, 07:06 AM
Tim Hammerquist
 
Posts: n/a
Default Re: Browser Question

CRW <20060131@curtwill.cotse.net> wrote:
> What is the easiest browser (other than lynx) to install and
> use on OpenBSD?


If lynx won't cut it, you have several options, depending on how
lynx exactly comes up short.

If you need javascript, but don't need image support, links will
work.

If you need basic html and image rendering, dillo is a small,
light browser.

Beyond that, you're best option is probably firefox, which is
fairly easy to install from packages.

HTH,
Tim Hammerquist
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-16-2008, 07:06 AM
cwilliams28@cox.net
 
Posts: n/a
Default Re: Browser Question

Thanks all!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-16-2008, 07:06 AM
mr. sun
 
Posts: n/a
Default Re: Browser Question

Have a look at http://www.cert-in.org.in/advisory/ciad-2005-06.htm

Be sure to use an updated browser. Imho Opera is good & ported to FreeBSD,
but due to the lack of X on my system i don´t know if the Package works on
OpenBSD.


> Install FireFox web browser from packages
>
> Type:
> # pkg_add
> ftp://ftp.openbsd.org/pub/OpenBSD/3....ox-1.0.1p1.tgz


--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/m2/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-16-2008, 07:06 AM
jKILLSPAM.schipper@math.uu.nl
 
Posts: n/a
Default Re: Browser Question

mr. sun <mail@privacy.net> wrote:
> Have a look at http://www.cert-in.org.in/advisory/ciad-2005-06.htm
>
> Be sure to use an updated browser. Imho Opera is good & ported to FreeBSD,
> but due to the lack of X on my system i don?t know if the Package works on
> OpenBSD.


It should, but IIRC it works under Linux emulation.

Joachim
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:21 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com