LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   i am not able to install any software (https://www.linuxquestions.org/questions/linux-software-2/i-am-not-able-to-install-any-software-539706/)

hibudd 03-22-2007 02:34 PM

i am not able to install any software
 
i am using red hat fedora 6 i am trying to install gutenprint software. ie is in tar format. i extracted and after that i run amd make install gutenprint and it shows me erroe

jay73 03-22-2007 02:40 PM

Why on earth would you want to compile it yourself when you can donwload a precompiled rpm??

acid_kewpie 03-22-2007 02:40 PM

how about telling us what that error is? we're not psychic :)

trevelluk 03-22-2007 02:47 PM

Hi there,

You'll need to post the actual error message you get, without that all anyone can do is guess at what might be wrong.

However, having said that, I'll have a go anyway :)
You say you run "make install". Is that the first command you run after extracting? It probably shouldn't be. The normal process for installing from source is to run
Code:

$ ./configure
$ make

Then switch to the root account and run make install.

This is the normal way of doing things, but there should be documentation included with the source code that contains more information. Look for a file called README or INSTALL.

And finally, I'd have thought that Fedora 6 includes its own copy of Gutenprint. If it does, this is probably the best thing to install unless you specifically need a different version. Try "yum install gutenprint" as root.

Hope this helps.


All times are GMT -5. The time now is 02:20 AM.