LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-16-2008, 10:12 PM   #1
spmurphy8
LQ Newbie
 
Registered: Oct 2008
Location: Hemlock, MI
Distribution: Linpus Lite
Posts: 12

Rep: Reputation: 0
trouble installing putty


Hello everyone! I just bought an Acer Aspire One Netbook with the Linux Linpus Lite OS and I'm still getting used to it. I have been trying to install the putty program which I use for my Computer Science class in college. Does anyone know how to do this?
 
Old 10-16-2008, 10:36 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
All of the functions of PuTTY are built into a Unix OS, you only need PuTTY on a Windows machine.

To telnet to a host you just do "telnet host", for SSH you do "ssh host", and so on.
 
Old 10-17-2008, 09:48 AM   #3
amnesiavivace
LQ Newbie
 
Registered: Sep 2008
Location: Ohio
Distribution: suse, redhat, ubuntu, fedora
Posts: 17

Rep: Reputation: 0
Quote:
Originally Posted by MS3FGX View Post
All of the functions of PuTTY are built into a Unix OS, you only need PuTTY on a Windows machine.

To telnet to a host you just do "telnet host", for SSH you do "ssh host", and so on.
yet oddly enough putty is available for linux. it is in the repo for Fedora 7. I guess some people really like the interface.


anyhoo, check your repo for putty, if its not there you can download the source code from putty.org and compile it yourself.
or you could install wine and run putty in that.
 
Old 10-17-2008, 02:28 PM   #4
spmurphy8
LQ Newbie
 
Registered: Oct 2008
Location: Hemlock, MI
Distribution: Linpus Lite
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by amnesiavivace View Post
yet oddly enough putty is available for linux. it is in the repo for Fedora 7. I guess some people really like the interface.


anyhoo, check your repo for putty, if its not there you can download the source code from putty.org and compile it yourself.
or you could install wine and run putty in that.
I think Im going to try these ideas first. I am not to familiar with telnet or ssh.

Thank you both for the help, I will let you know how it goes.

Thanks again,

Sean
 
Old 10-17-2008, 03:01 PM   #5
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Although putty is good for Windows, the linux terminals are superior for use withing linux (the ability to open new tabs, etc)
 
Old 10-18-2008, 05:29 PM   #6
spmurphy8
LQ Newbie
 
Registered: Oct 2008
Location: Hemlock, MI
Distribution: Linpus Lite
Posts: 12

Original Poster
Rep: Reputation: 0
When I try to open a program after I DL them I keep getting a bunch of errors and it's a bunch of letters. What does that mean?
 
Old 10-18-2008, 05:44 PM   #7
Total-MAdMaN
Member
 
Registered: May 2008
Distribution: Gentoo
Posts: 306

Rep: Reputation: 34
How are you downloading the programs? What format are the programs you download? What are the errors you're getting?
 
Old 10-18-2008, 06:18 PM   #8
spmurphy8
LQ Newbie
 
Registered: Oct 2008
Location: Hemlock, MI
Distribution: Linpus Lite
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Total-MAdMaN View Post
How are you downloading the programs? What format are the programs you download? What are the errors you're getting?
Well I downloaded wine from the wine website and it gives me a bunch of programs to execute with xarchiver and when I try to run the wine program it gives a bunch of errors in like a notepad type thing and it is like F F F 0 0. It is just a bunch of letters and numbers
 
Old 10-18-2008, 06:30 PM   #9
Total-MAdMaN
Member
 
Registered: May 2008
Distribution: Gentoo
Posts: 306

Rep: Reputation: 34
Which version of Wine did you download from the website? What do you mean by "execute with xarchiver"? If you've downloaded the source code, have you compiled it?
 
Old 10-19-2008, 10:58 AM   #10
spmurphy8
LQ Newbie
 
Registered: Oct 2008
Location: Hemlock, MI
Distribution: Linpus Lite
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Total-MAdMaN View Post
Which version of Wine did you download from the website? What do you mean by "execute with xarchiver"? If you've downloaded the source code, have you compiled it?
I downloaded Wine 1.0.1 and sorry when I said execute, I meant extract. So I extracted all the files into the tmp/wine folder and then I go into that folder and click the one i thought was the program installer and I just got those errors.
 
Old 10-19-2008, 12:17 PM   #11
Total-MAdMaN
Member
 
Registered: May 2008
Distribution: Gentoo
Posts: 306

Rep: Reputation: 34
You haven't compiled the program. To get it to run you need to open a terminal, cd to the directory, type "./config && make" then change to the root user and type "make install".
 
Old 10-19-2008, 05:03 PM   #12
spmurphy8
LQ Newbie
 
Registered: Oct 2008
Location: Hemlock, MI
Distribution: Linpus Lite
Posts: 12

Original Poster
Rep: Reputation: 0
Well, I was going through all of what you said, and I came across some links by myself and I figured out I dont even need the wine program. I used Alt+f2 to open pirut and from there it opened all my software and i can also search for software and I downloaded putty and installed it from there. It works great. Thank you everyone, especially MadMan for taking the time to help me. It lead me to the me to an answer haha.

Thanks a lot guys
 
Old 10-19-2008, 05:24 PM   #13
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Just a point for future post. it was (and still isn't from a re-read) that the wine comments were related to putty in any way (especially since post 3 told you putty was available for linux).

The point is that a clear description of the problem and the exact steps that led to the errors would have had someone pointing out very quickly that you didn't need wine for what you were trying to achieve.

Just a tip.
 
Old 10-19-2008, 05:31 PM   #14
spmurphy8
LQ Newbie
 
Registered: Oct 2008
Location: Hemlock, MI
Distribution: Linpus Lite
Posts: 12

Original Poster
Rep: Reputation: 0
I did not know how to use terminals at first, and I figured Wine would eliminate that factor but as i had to use it anyway I found out that I did not need wine. I just started using Linux so everything is new to me. Definately my stupidity for not doing research, so sorry.
 
Old 10-19-2008, 05:54 PM   #15
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Don't apologize - I just thought it may help in the future.

Good luck.
 
  


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
Installing Vega Strike, having trouble installing SDL_mixer-devel captainxark Fedora 3 09-13-2008 06:29 PM
putty and ssh trouble section31 Linux - Software 5 08-13-2006 10:24 AM
Installing PuTTY on SuSE 9.1 bitrouter Linux - Software 4 07-20-2005 09:25 PM
Trouble installing RH 8. Maxplayer Linux - Newbie 7 10-10-2002 12:27 AM
Trouble installing RH 8. Maxplayer Linux - Distributions 5 10-09-2002 05:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:05 PM.

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