LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem Installing Lynx (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-lynx-703145/)

Franklovesguinness 02-08-2009 11:53 AM

Problem Installing Lynx
 
Hey guys. I installed Lynx and everything seemed to go as planned until I actually tried to <em>start it</em>. Here is the error message.

Can't Access `file://localhost/usr/share/ubuntu-artwork/home/index.html'
Alert!: Unable to access document.

lynx: Can't access startfile

What exactly does this mean and how can I fix it? Thanks.

repo 02-08-2009 12:02 PM

Quote:

Can't Access `file://localhost/usr/share/ubuntu-artwork/home/index.html'
Alert!: Unable to access document.
Lynx is looking for the start html, it gives explanations how to use it
but can't find it

how did you install lynx?
you also need to install lynx-cur
take a look in
/etc/lynx-cur/lynx.cfg
for the configuration.

Drakeo 02-08-2009 12:10 PM

you need to be root sudo lynx those are privileged files and to run lynx in root is not a good thing to do. especially if your online. then to top it off I thought lynx was a standard part of all installs was on my ubuntu and slackware and mandriva. not sure about all of them but mincom and lynx was a base components of linux. Been wrong many times though.
Quote:

file://localhost/usr/share/ubuntu-artwork/home/index.html'
try this instead just to look.
Quote:

file:///usr/share/ubuntu-artwork/home/index.html
this will get you there but you need to be root to change anything in that directory. but if the directory is not there then oh well
Quote:

Alert!: Unable to access document

repo 02-08-2009 12:14 PM

Quote:

you need to be root sudo lynx those are privileged files
no you don't have to be root to run lynx
repo@cannabis:~$ whereis lynx
lynx: /usr/bin/lynx /usr/bin/lynx.cur /usr/share/man/man1/lynx.1.gz
repo@cannabis:~$

lynx is just a text browser

Drakeo 02-08-2009 12:18 PM

Quote:

Originally Posted by repo (Post 3436254)
no you don't have to be root to run lynx
repo@cannabis:~$ whereis lynx
lynx: /usr/bin/lynx /usr/bin/lynx.cur /usr/share/man/man1/lynx.1.gz
repo@cannabis:~$

lynx is just a text browser

I know I had to edit something froze on the screen could not finish.

Drakeo 02-08-2009 12:26 PM

Quote:

no you don't have to be root to run lynx
you said that you not me. said
Quote:

this will get you there but you need to be root to change anything in that directory. but if the directory is not there then oh well

repo 02-08-2009 12:31 PM

Another good text browser is links
Code:

apt-get install links

repo 02-08-2009 12:32 PM

Quote:

Originally Posted by Drakeo (Post 3436262)
you said that you not me. said

I misunderstood you, sorry for that.

Drakeo 02-08-2009 12:35 PM

Quote:

Originally Posted by repo (Post 3436268)
Another good text browser is links
Code:

apt-get install links

apt-get me a beer I am ready for the sudo asylum LOL. lynx does recognize file://


All times are GMT -5. The time now is 09:27 AM.