LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing softwares (https://www.linuxquestions.org/questions/linux-software-2/installing-softwares-343949/)

girdharsourabh 07-17-2005 06:17 AM

installing softwares
 
hi
i am using fedora core 3
when i try to install some programs with through binary,source code it configures properly but when i type make install it shows a message
no rules defined to install or some thing else
the software is not installed.
please guide me how to install softwares. i am a newbie
thanx

Ephracis 07-17-2005 06:29 AM

If you are talking about tarballs the usual is:

Code:

./configure
make
su
<password>
make install
exit

This may NOT always be the case, read the README to be sure.


All times are GMT -5. The time now is 08:00 PM.