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

Please help with linux for a newbie

Blayze

Diamond Member
I am in dire straights... it is sad, but i have linux working and am finding difficulty installing software. it is downloaded as a tar.gz file, and i am running a kde platform. it is not an rpm package that i can see.

so how do i install it?
please help..
 
personally I move the tarballs into the /tmp directory, the create a directory for them.

After that it's tar -xzvf foo.tar.gz. Then look for the README and INSTALL files and READ them!

Usually though it's just a matter of ./configure and make install. But...read the directions! 🙂
 
Back
Top