• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

An Idiotic linux question

forkd

Golden Member
I just installed Linux, that was easy and I am up and running fine without ever using it before. I am on Red Hat 7.2. Now I want to install a program. I downloaded a file and cannot figure out how to install it. what to do. I am sorry for such a simple question but the book I have doesn't seem to address this issue.
 
What is it? An rpm or a tarball.
If it's an rpm then
#rpm -i [insert file name here]
if it's a tarball (tar.gz)
#gunzip -c [insert file name here] | tar xf -
A tarball is like a zip. It's just a compressed set of files. So you need to move into the new directory, and run ./configure or whatever and then make...
There are a few more file extentions out there, but I doubt you will run into too many of them...
 
thanks...my girl wants to go out so it looks like I'll have to tackle it later tonight. thanks.
btw how do i get the scroll wheel to work?
 
"cd /home/pat"
"chmod +x LimeWireLinux.bin"
"./LimeWireLinux.bin"

Its a binary installer. Carefull here, if they've never disclosed the source, and it forces you to be root to install it, it could do any damn thing it want to your system when you run it.

bart
 
I thought that you needed VM to install this but I am like a total nob when it comes to linux, I had attempted to install this but was not successfull! LOL maybe i should have spent more that 5 mins on it! OH yea where is nocmonkey he will know but I bet he wont tell you ! LOL
 


<<

<< OH yea where is nocmonkey he will know but I bet he wont tell you !LOL >>


He's out being a NOCmonkey
>>



Im sick, so thats about how Im feeling 😉

And Ive never installed Limewire on Linux so I couldnt tell you what it needs.
 
Back
Top