LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-30-2004, 03:52 PM   #1
formasfunction
LQ Newbie
 
Registered: Jul 2004
Posts: 6

Rep: Reputation: 0
need to install lynx, I'm clueless


So I just got a dedicated server to start learning on and I'm really a moron in the Linux field. I want to get Lynx installed on the system running RH9. I can telnet in as root and FTP in but the box is in another state so I don't have an install cd to pop in. I've looked all over but I can't find a simple way for a newbie like me to install this. I've gone to the lynx website and downloaded the distro on my own PC but I have no idea what to do with it, where to put it on the server, etc. What I'd love is just some command line commands from root to do this with, from downloading the package to installing it. Anybody know where I can find some step by step instructions or anyone nice enough to type some out?

Thanks,
Greg
 
Old 07-30-2004, 04:05 PM   #2
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
First off, NEVER access your server via telnet or FTP, and particularly not as root. Those protocols are dangerous because all information is sent over the network in plain text, making it simple for an attacker to intercept the traffic and get your passwords. You need to use the secure equivalents SSH and SFTP instead.

In any case, onwards with your question. I assume the file you downloaded was an RPM. If so you can scp it to your server (scp stands for Secure CoPy). From your local Linux command prompt type the command:

scp /path/to/lynx/rpm user@remoteserver:/where/to/put/it

You will be prompted for your password and the RPM file will be copied to the path /where/to/put/it on the remote server (the syntax is exactly the same for copying any other file, too). Then SSH to your remote server and become root. Then cd to the directory when you put the RPM and use:

rpm -ivh <filename of RPM>

to install it.
 
Old 07-30-2004, 04:08 PM   #3
linuxlastslonge
Member
 
Registered: Jun 2002
Location: Franklin, IN
Distribution: Debian, CentOS, Mac OS X
Posts: 158

Rep: Reputation: 30
here is what you need to do step-by-step:

download the apt-get rpm. login to your box and run the following command(s):

wget http://ftp.freshrpms.net/pub/freshrp...6-fr1.i386.rpm

rpm -Uvh apt-0.5.5cnc6-fr1.i386.rpm

apt-get update

apt-get install lynx


all done!!!

hope i could help!!!!



 
Old 07-30-2004, 04:33 PM   #4
formasfunction
LQ Newbie
 
Registered: Jul 2004
Posts: 6

Original Poster
Rep: Reputation: 0
mavelous!

Thanks to the both of you. Actually I am using SSH I just wasn't sure what the different terminalogy was. I just thought they were the same thing. And thank you though, I'm new to all of this so I appreciate the concern and I'm right now adding a new user aside from root to do my everyday stuff on. And thanks linuxlastslonge(r), that worked like a charm! Is this how you install most added programs onto the RH install?

thanks,
greg
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Have a need to (re)install WinXP, and I'm clueless as to why it's not taking... NoeticRapture Slackware 12 08-21-2005 11:35 AM
Trying to install Lynx. but am having pronlems hypnotiks Linux - Newbie 4 12-13-2004 08:00 AM
Im using lynx to post, lost in the void of my new install, no screens found? Optyx Linux - Newbie 3 03-04-2004 01:22 PM
lynx-2.8.5-11.src.rpm doesn't install correctly TastyWheat Red Hat 3 11-21-2003 01:12 AM
lynx install RH 7.2 after install mrtwice Linux - Newbie 2 06-09-2002 04:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration