LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Installing Superkaramba (https://www.linuxquestions.org/questions/fedora-35/installing-superkaramba-569632/)

largecar425 07-15-2007 09:11 PM

Installing Superkaramba
 
I have just installed Fedora 7 and i am needing help installing superkaramba

Hitboxx 07-15-2007 11:50 PM

Quote:

Originally Posted by largecar425
I have just installed Fedora 7 and i am needing help installing superkaramba

As root, 'yum install superkaramba' in terminal.

reddazz 07-16-2007 07:06 PM

Superkaramba is part of the kdeutils packages, so you need to switch to root in a terminal and then install it by doing
Code:

#yum install kdeutils

jagnikam 07-18-2007 09:23 AM

installing Superkaramba
 
Quote:

Originally Posted by largecar425
I have just installed Fedora 7 and i am needing help installing superkaramba

#sudo yum install superkaramba

reddazz 07-18-2007 04:19 PM

Quote:

Originally Posted by jagnikam
#sudo yum install superkaramba

That command would probably work fine on Ubuntu and derivatives, but on most Linux distros you have to drop the sudo thing and run the command as root proper either by switching to root using su - or running the command by doing su -c "some command"

Also on Fedora, you have to install kdeutils in order to get Superkaramba, since Superkaramba is no longer a stand alone package, but part of kdeutils.

Hitboxx 07-19-2007 10:47 PM

Quote:

Originally Posted by reddazz
Superkaramba is part of the kdeutils packages, so you need to switch to root in a terminal and then install it by doing
Code:

#yum install kdeutils

Oops, sorry, thank you reddazz for correcting me.


All times are GMT -5. The time now is 11:15 PM.