LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   K3b (https://www.linuxquestions.org/questions/linux-newbie-8/k3b-367400/)

killercrazyeyes 09-27-2005 02:02 AM

K3b
 
This is the error I get when I start K3B. I downloaded the package and saved it to my folder in home. how do I insall it.


Unable to find cdrdao executable
K3b uses cdrdao to actually write CDs.
Solution: Install the cdrdao package.

This what I get run I run apt get.

root@ubuntu:/ # apt-get cdrdao-1.2.0.tar.gz
E: Invalid operation cdrdao-1.2.0.tar.gz
root@ubuntu:/ #

This is what I get with RPM

root@ubuntu:/ # < rpm install cdrdao-1.2.0.tar.gz
bash: rpm: No such file or directory
root@ubuntu:/ #

What am doning wrong

Thanks

killercrazyeyes 09-27-2005 02:06 AM

Opps just realized this is a tar.gz an rpm command will not help me her right. I need to use gunzip is that correct

Thanks

reddazz 09-27-2005 06:24 AM

If using Ubuntu, then do
Code:

#apt-get install k3b

morrolan 09-27-2005 10:26 AM

You have to tell apt-get what you want to do with the package.

Code:

apt-get cdrdao
Will not work, you have to tell it to INSTALL.
Code:

apt-get install cdrdao
Or do as the above post said, and do
Code:

apt-get install k3b
And that will install k3b along with any dependencies.

HOWEVER:

If you are using UBUNTU and not KUBUNTU, I've found that when you install k3b it doesn't automatically install cdrdao - I had to install it seperately (I use Synaptic).


All times are GMT -5. The time now is 01:41 AM.