Results 1 to 3 of 3
First of all I'm new to linux so excuse me if I ask the wrong questions.
I got a .gz file that I download on Windows XP and now would ...
- 08-22-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 1
Transferring a file from Windows XP to RHEL 6.0
First of all I'm new to linux so excuse me if I ask the wrong questions.
I got a .gz file that I download on Windows XP and now would like to transfer it to the new RHEL 6.0 server that I just build.
How do I got about doing that.
Basically, I need to transfer it to linux so that I can install the package to my RHEL server.
Thanks in advance.
- 08-22-2011 #2
Hello and Welcome!
You could simply transfer it using a USB stick.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 08-22-2011 #3
usb stick is a possibility.
Some notes:
1) you could use winscp to copy it from windows to rhel
2) or download the file directly in rhel, with -for example- wget <URL>
3) .gz sounds like a gzipped tarball. These usually contain sourcecode.
If so, you would need to compile that source before you can use it.
4) The usual way to get and install software in rhel is yum.
After registering your system with the redhat network (rhn), you can search and install with:#
Code:yum search <WHATEVER> yum install htop
You must always face the curtain with a bow.


Reply With Quote