Forum Moderators: travelin cat
Since i don’t want to do something in the terminal without knowing what i’m doing first, (last time i did i messed something and couldn’t fix it, i had to erase a whole partition) i decided to ask first.
Thanks in advance.
Just curious: Are you just wanting to browse? I started using it for a scripting thing I was doing, and then started using cURL--much better.
So, if it does not open when you type lynx ("Command not found" error), you will have to (1)move lynx to a directory where it knows to find it (known as PATH), or (2)add the directory of lynx to your PATH, or (3)use an absolute path, instead of just "lynx" (e.g., "/username/Hard Drive/Applications/Lynx/lynx").
To see which would be easiest to do, type this in the terminal: "sudo /usr/libexec/locate.updatedb"
(Don't type the quotes) That will update your locate database to include lynx. You will have to type your password because you are using sudo.
Then, type "locate lynx"
That will tell you where it is. Let us know the path where it is installed, and we can go from there...
added: We are looking for the one that says only "lynx" at the end, not "lynx.cfg", "lynx_doc", etc.