LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   need help regarding ./configure command (https://www.linuxquestions.org/questions/linux-software-2/need-help-regarding-configure-command-743278/)

asifbasha 07-28-2009 12:24 AM

need help regarding ./configure command
 
hai to all

i have installed the source package kompozer.tar.gz by giving commad as ./configure,make ,make install ,every thing is fine after installation
but i found the same package as in kompozer.fc9.i386.rpm format in internet. my question is that what will happen when i install kompozer.fc9.i386.rpm package ,does it will remove my installed source package?????

thanks in advance .....

karamarisan 07-28-2009 12:34 AM

If you installed from source, your package manager (rpm) has no idea that it's there. What will happen is that it will put the files from the rpm wherever they're supposed to go, and best case you'll just have a few unnecessary files strewn about your system. If you want to switch from your version to the rpm, run `make uninstall` the same way you did make earlier, and it will clean up. Then you can safely install the rpm.


All times are GMT -5. The time now is 10:18 PM.