LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to install k3b dvd burning software (https://www.linuxquestions.org/questions/linux-software-2/how-to-install-k3b-dvd-burning-software-677703/)

sankarperis 10-20-2008 12:58 AM

how to install k3b dvd burning software
 
i am running redhat2.6.18-8.el5 kernel and i was download k3b-0.11.24.tar-1.bz2 these file.

#tar -xjvf k3b-0.11.24.tar-1.bz2
#cd k3b-0.11.24

so i have above directory. now how to install the k3b dvd burning software.

megerdin 10-20-2008 03:38 AM

I never Installed k3b from source. SO i can't tell you what the exact command to run,because i don't see you whats the file contain in your k3b-0.11.24
source directory. To Install any software from source Generally you need to configure and run following command.

Quote:

#./configure
# make test
# make
# make install
and you are done.
Note: You may need to add option in configure command. To see available option for any command run ex.
Quote:

# configure --help
Better is to install through command line using yum. It will resolve you dependencies.
Quote:

#yum install k3b -y


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