Kino Installation Problem .

Status
Not open for further replies.

LEARNER_LEARNER

Fedora User
Hi bro,i was installing kino(video editing software) 2day from this code
Code:
yum -y install Kino
[root@localhost Learner]# yum -y install Kino
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: Kino
Nothing to do


nd msg is "nothing to do".My distro is FC6.
please help me bro:-?
 
Last edited:

gary4gar

GaurishSharma.com
download the deb file from here and install it
*www.linuxsoft.cz/en/redirect.php?id_download=9922
 

mehulved

18 Till I Die............
Why install a deb file in a rpm based distro?
Looks like you dont' have proper repositories set up.
Have you enabled proper repositories as per this thread *www.thinkdigit.com/forum/showthread.php?t=30367 ?
 

desertwind

Cyborg Agent
it should be kino, not Kino

yum -y install kino

LEARNER_LEARNER: still you're working as root. I again repeat, please dont do. use sudo instead.
 
OP
LEARNER_LEARNER

LEARNER_LEARNER

Fedora User
hi desertwind nd tech_your_future,i think u r saying right but i worked in my user account(Learner) nd i every time login this user account.whenever software installation time first i typed in terminal "su" nd "password" then i typed "yum -y install softwarename".any wrong is my idea.please explain nd solved my problem.
problem is kino nd working on root as a saying u.plz help me bro
 
Last edited:

gary4gar

GaurishSharma.com
tech_your_future said:
Why install a deb file in a rpm based distro?
Looks like you dont' have proper repositories set up.
Have you enabled proper repositories as per this thread *www.thinkdigit.com/forum/showthread.php?t=30367 ?
i thought he is using ubuntu
 

desertwind

Cyborg Agent
@LEARNER: Even using su is not recommended for beginners. You'll tend to forget that you're working from root environment. do as following instead.

Code:
$ echo 'yourusername  ALL=(ALL)   ALL' >> /etc/sudoers

replace yourusername with your username
and then use

$ sudo command

where command can be any valid gnu command.

eg:

$ sudo yum -y install kino

for kino, you need have freshrpms repo configured. If not done already

Code:
$ sudo rpm -ivh *ayo.freshrpms.net/fedora/linux/6/i386/RPMS.freshrpms/freshrpms-release-1.1-1.fc.noarch.rpm

then

Code:
$ sudo yum -y install kino
 
OP
LEARNER_LEARNER

LEARNER_LEARNER

Fedora User
ThanKu very veryyyyyyyyyyyyyy much 4 my help nd teach me every time.U r really TUX Hero .I,m again saying ThanK you for help.
HAPPY HAPPY:smile: :smile: :smile: :smile: :smile: :smile: :smile: :smile: :smile: :smile: :smile:
 

gary4gar

GaurishSharma.com
also u can use
Code:
su -c'<command>'

but sudo is more easy

do check this sites this will answer ur most common queries
*www.fedorasolved.org/
*ubuntuguide.org/wiki/Fedora_fc5
 
Status
Not open for further replies.
Top Bottom