LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   <<<PLEASE HELP!! I'M Confused>>> (https://www.linuxquestions.org/questions/linux-software-2/please-help-im-confused-167614/)

Glitch00709 04-08-2004 01:29 AM

<<<PLEASE HELP!! I'M Confused>>>
 
I am kinda new to Linux and I just saw this 3d GLMatrix desktop wallpaper and I downloaded it to my computer and now I don't know how to install it in Linux I have windows XP running on my machine and I run Linux off of a disk so if any body can help me I would be so glad!!! I downloaded GLMatrix, xscreensaver, and 3d desk top 0.2.5. I also need to install 3d desktop 0.2.5

Thanks alot!!!! if you can help:(

iluvatar 04-08-2004 02:51 AM

well, first of all, did you download source codes or rpms? or does it have an installer by itself maybe?

greetz,
-= iluvatar =-

Glitch00709 04-09-2004 12:47 AM

its a "tarball" and I have three of them

iluvatar 04-09-2004 02:57 AM

first of all, you'll have to unpack the tarball, try tar xvfz <blabla.tar.gz> for gz files or tar xvfj for .bz2 files
this will extract the tarball, you should now have a dir with the source code. with almost every source, there's a README file and a INSTALL file. read both with less README and less INSTALL. most of the times, there's a lot info in those files :) most sources are compiled with these commands:

./configure
make

and as root: make install

succes,
-= iluvatar =-

czechknight93 04-09-2004 03:02 AM

If you don't know how to switch to root, type:

Code:

su root
Then enter your password.


All times are GMT -5. The time now is 05:34 AM.