LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   K3b FC2 (https://www.linuxquestions.org/questions/linux-software-2/k3b-fc2-294272/)

zillah 02-24-2005 06:29 AM

K3b FC2
 
I have got FC2, and I want to install K3B , Are there any detailed steps to do that ?

Do I need to install any dependencies?I tried to do googling but I could not get any complete details.

doralsoral 02-24-2005 07:11 AM

www.k3b.org will give you a list of repositores, add these to yum.conf then in a terminal type yum install k3b.

rylan76 02-24-2005 09:45 AM

...or just download all the dependencies from the K3B site as .tar.gz's and do

tar zxvf archivename.tar.gz
cd archive.directory
./configure
make
make install

on all of them, then do the same for K3B itself.


All times are GMT -5. The time now is 11:43 AM.