Results 1 to 5 of 5

Thread: Default Lynx location

  1. #1
    Join Date
    Feb 2011
    Location
    Missouri
    Beans
    13
    Distro
    Ubuntu 10.04 Lucid Lynx

    Thumbs down Default Lynx location

    I'm embarrassed to ask this but...
    What is the default location for the Lynx web browser executable?

    Thanks for the help!

    Mike
    ___________________________
    Dell Inspiration 560--Pentium(R) Dual-Core, 3.0 GHz, 500 GB RAM;
    Ubuntu 10.04 LTS
    HP LaserJet 5p

  2. #2
    Join Date
    Nov 2009
    Location
    Chennai, India
    Beans
    503
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Default Lynx location

    i think it should be somewhere in /bin That's where most of the programs get stored
    I like to keep it respectful with OpenRespect
    I write at The Void Ghost and 2buntu

  3. #3
    Join Date
    Apr 2011
    Location
    /home/ihaveapc
    Beans
    2

    Re: Default Lynx location

    $ which lynx
    /usr/bin/lynx

    Hope this helps

  4. #4
    Join Date
    Feb 2011
    Location
    Missouri
    Beans
    13
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Default Lynx location

    I tried both suggestions. No luck. I tried just searching from root down in /bin, /etc, /sbin, and /usr/... where I found this link:

    usr/bin/lynx

    which pointed me to this file:

    /etc/alternatives/lynx,

    which pointed me to this file:

    /usr/bin/lynx.cur,

    which is a cursor file, and not executable. The properties page for this file does not point to any other file.

    I also found config files and the original downloaded .tar.gzip file.

    Further search under /usr/... did not provide any results.

    Any other suggestions will be greatly appreciated.

    Lynx ver 2.8.8dev.2-1 text-mode browser, Ubuntu 10.04 (lucid)

    Thanks again for your help!

    Mike
    ___________________________
    Dell Inspiration 560--Pentium(R) Dual-Core, 3.0 GHz, 500 GB RAM;
    Ubuntu 10.04 LTS
    HP LaserJet 5p

  5. #5
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Default Lynx location

    Hi

    Quote Originally Posted by mike64485 View Post
    where I found this link:

    usr/bin/lynx

    which pointed me to this file:

    /etc/alternatives/lynx,

    which pointed me to this file:
    Yes you can follow the symlinks, but as you found they point to...

    Code:
    matthew@matthew-laptop:~/my_documents/my_tutorials$ readlink -e $(ls  $(which lynx))
    /usr/bin/lynx.cur
    matthew@matthew-laptop:~/my_documents/my_tutorials$

    /usr/bin/lynx.cur

    which is a cursor file, and not executable.
    However...

    Code:
    matthew@matthew-laptop:~/my_documents/my_tutorials$ file /usr/bin/lynx.cur
    /usr/bin/lynx.cur: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped
    matthew@matthew-laptop:~/my_documents/my_tutorials$
    Code:
    matthew@matthew-laptop:~/my_documents/my_tutorials$ cat /etc/lsb-release 
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=10.04
    DISTRIB_CODENAME=lucid
    DISTRIB_DESCRIPTION="Ubuntu 10.04.2 LTS"
    matthew@matthew-laptop:~/my_documents/my_tutorials$
    Code:
    matthew@matthew-laptop:~/my_documents/my_tutorials$ dpkg -l | grep lynx
    ii  lynx                                  2.8.8dev.2-1                                    Text-mode WWW Browser (transitional package)
    ii  lynx-cur                              2.8.8dev.2-1                                    Text-mode WWW Browser with NLS support (development version)
    matthew@matthew-laptop:~/my_documents/my_tutorials$
    That is the executable for me.

    Kind regards
    Last edited by matt_symes; April 19th, 2011 at 05:44 AM.
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •