Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 3rd September 2007, 11:05 PM
martyfelker Offline
Registered User
 
Join Date: Jan 2006
Location: Floyd, VA
Posts: 80
Angry How to remove kdebindings from updates available

I haven't been able to install updated package kdebindings from updates available or even yum -t install kdebindings.

What to do. It annoys me to have to close the update windows every time I boot.

Marty
Reply With Quote
  #2  
Old 3rd September 2007, 11:14 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
try

Code:
su
gedit /etc/yum.conf

and add this line

exclude=kdebindings


or

Code:
su
yum update --exclude=kdebindings

P.S

have you tried
Code:
su 
yum --enablerepo=updates-testing update kdebindings
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5

Last edited by leigh123linux; 3rd September 2007 at 11:21 PM.
Reply With Quote
  #3  
Old 3rd September 2007, 11:20 PM
abensonox Offline
Registered User
 
Join Date: Jul 2005
Location: Pasadena, CA
Posts: 40
Please post the output from the yum -t install kdebindings command - that should provide some clues as to why you're having a problem.

If you just want to prevent the update window being displayed you can edit the yum config files. Try:

man yum.conf

for details.
Reply With Quote
  #4  
Old 3rd September 2007, 11:34 PM
martyfelker Offline
Registered User
 
Join Date: Jan 2006
Location: Floyd, VA
Posts: 80
Same thing. I see if I can edit the yum config files.

Heck I don't even see a yum.config file in /etc/yum.

Is there a default file I can get?

NEVER had any problems with updating a package either from updates available (which I assume is just like yumex) or from the command line yum install anypkg.

Why is this even in the repos?
Reply With Quote
  #5  
Old 3rd September 2007, 11:50 PM
abensonox Offline
Registered User
 
Join Date: Jul 2005
Location: Pasadena, CA
Posts: 40
The file you need to edit is /etc/yum.conf
Reply With Quote
  #6  
Old 4th September 2007, 01:18 AM
martyfelker Offline
Registered User
 
Join Date: Jan 2006
Location: Floyd, VA
Posts: 80
Thanks for telling me where to find it.

Here's mine.

[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
metadata_expire=1800

I found a file I seem to have made with more information I called kdebinds.debug (I think some kind soul told me how to generate this).

Component: pirut
Summary: TB253c984a depsolve.py:574:_requiringFromTransaction:IndexErr or: list index out of range

Traceback (most recent call last):
File "/usr/sbin/pup", line 409, in _apply
self.applyChanges(self.mainwin)
File "/usr/lib/python2.5/site-packages/pirut/__init__.py", line 734, in applyChanges
self.checkDeps(mainwin)
File "/usr/lib/python2.5/site-packages/pirut/__init__.py", line 493, in checkDeps
(result, msgs) = self.buildTransaction()
File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 540, in buildTransaction
(rescode, restring) = self.resolveDeps()
File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 885, in resolveDeps
(checkdep, missing, conflict, errormsgs) = self._processReq(dep, prcoformat_need)
File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 334, in _processReq
requirementTuple, errormsgs)
File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 469, in _requiringFromInstalled
return self._requiringFromTransaction(reqpkg, requirement, errorlist)
File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 574, in _requiringFromTransaction
reqpkg = self.tsInfo.matchNaevr(name=name, ver=version, rel=release)[0]
IndexError: list index out of range

Local variables in innermost frame:
requirement: ('perl(DCOP)', 0, '')
checkdeps: 0
needname: perl(DCOP)
pkg: kdebindings-dcopperl - 3.5.7-1.fc7.1.x86_64
missingdep: 0
self: <__main__.PackageUpdater object at 0xfaeb10>
tspkgs: []
dbpkgs: []
version: 3.5.7
msg: Potential resolving package kdebindings - 3.5.6-1.fc7.x86_64 has newer instance installed.
needflags: 0
needversion:
dbpkg: kdebindings - 3.5.7-1.fc7.1.x86_64
errorlist: []
pkgmode: None
a: x86_64
e: 0
name: kdesdk
n: kdebindings-dcopperl
r: 1.fc7.1
v: 3.5.7
release: 7.fc7
requiringPkg: ('kdesdk', '3.5.7', '7.fc7', None)
tsState: None
provSack: <yum.packageSack.ListPackageSack object at 0x8220b50>

I haven't the foggiest idea how to proceed. Maybe it should be entered in "Fedora Annoyances"
Reply With Quote
Reply

Tags
kdebindings, remove, updates

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Add remove software fails after downloading yum updates. Clean Mind Using Fedora 2 1st December 2008 07:42 PM
Updates remove iwlwifi & mac80211 - lose my wifi??? les@glsi.us Installation and Live Media 8 26th March 2008 05:43 PM
How do i remove the last two updates? kaizer Using Fedora 11 24th December 2007 12:03 AM
Help! Add/Remove Software & Software Updater not working after 10-11-07 updates samf Using Fedora 7 31st October 2007 07:28 AM
how to remove icons form main menu while the remove item is grayed out (whoami = root alphonsebrown Using Fedora 4 24th March 2005 11:34 PM


Current GMT-time: 04:43 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat