| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Fedora User
Join Date: Oct 2006
Location: New Delhi (Dwarika)
Posts: 167
|
Code:
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 by LEARNER_LEARNER; 06-01-2007 at 06:00 PM. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,097
|
download the deb file from here and install it
http://www.linuxsoft.cz/en/redirect...._download=9922 |
|
|
|
|
#3 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
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 One stop reference for enabling multimedia in Linux ?
__________________
http://www.bash.org/?258908 |
|
|
|
|
#4 (permalink) |
|
Wise Old Owl
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
|
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.
__________________
Sometime you'll think you understand everything ...Then you'll regain consciousness |
|
|
|
|
#6 (permalink) |
|
Fedora User
Join Date: Oct 2006
Location: New Delhi (Dwarika)
Posts: 167
|
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 by LEARNER_LEARNER; 07-01-2007 at 12:31 PM. |
|
|
|
|
#7 (permalink) | |
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,097
|
Quote:
|
|
|
|
|
|
#9 (permalink) |
|
Wise Old Owl
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
|
@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 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 http://ayo.freshrpms.net/fedora/linux/6/i386/RPMS.freshrpms/freshrpms-release-1.1-1.fc.noarch.rpm Code:
$ sudo yum -y install kino
__________________
Sometime you'll think you understand everything ...Then you'll regain consciousness |
|
|
|
|
#11 (permalink) |
|
GaurishSharma.com
Join Date: May 2005
Location: Jaipur
Posts: 4,097
|
also u can use
Code:
su -c'<command>' do check this sites this will answer ur most common queries http://www.fedorasolved.org/ http://ubuntuguide.org/wiki/Fedora_fc5 |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|