LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   trouble installing putty (https://www.linuxquestions.org/questions/linux-software-2/trouble-installing-putty-676964/)

spmurphy8 10-16-2008 10:12 PM

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?

MS3FGX 10-16-2008 10:36 PM

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.

amnesiavivace 10-17-2008 09:48 AM

Quote:

Originally Posted by MS3FGX (Post 3312930)
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.

spmurphy8 10-17-2008 02:28 PM

Quote:

Originally Posted by amnesiavivace (Post 3313480)
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

billymayday 10-17-2008 03:01 PM

Although putty is good for Windows, the linux terminals are superior for use withing linux (the ability to open new tabs, etc)

spmurphy8 10-18-2008 05:29 PM

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?

Total-MAdMaN 10-18-2008 05:44 PM

How are you downloading the programs? What format are the programs you download? What are the errors you're getting?

spmurphy8 10-18-2008 06:18 PM

Quote:

Originally Posted by Total-MAdMaN (Post 3315015)
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

Total-MAdMaN 10-18-2008 06:30 PM

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?

spmurphy8 10-19-2008 10:58 AM

Quote:

Originally Posted by Total-MAdMaN (Post 3315041)
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.

Total-MAdMaN 10-19-2008 12:17 PM

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".

spmurphy8 10-19-2008 05:03 PM

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 :)

billymayday 10-19-2008 05:24 PM

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.

spmurphy8 10-19-2008 05:31 PM

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.

billymayday 10-19-2008 05:54 PM

Don't apologize - I just thought it may help in the future.

Good luck.


All times are GMT -5. The time now is 09:40 PM.