Description of problem: I have Fedora 16 Beta and update it constantly, but I can't install filelight tool: # yum install kdeutils-filelight Loaded plugins: langpacks, presto, refresh-packagekit, remove-with-leaves Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package kdeutils-filelight.i686 6:4.7.2-1.fc16 will be installed --> Processing Dependency: kdeutils-common = 6:4.7.2-1.fc16 for package: 6:kdeutils-filelight-4.7.2-1.fc16.i686 --> Finished Dependency Resolution Error: Package: 6:kdeutils-filelight-4.7.2-1.fc16.i686 (fedora) Requires: kdeutils-common = 6:4.7.2-1.fc16 Installed: 6:kdeutils-common-4.7.2-2.fc16.noarch (@updates-testing) kdeutils-common = 6:4.7.2-2.fc16 Available: 6:kdeutils-common-4.7.2-1.fc16.noarch (fedora) kdeutils-common = 6:4.7.2-1.fc16 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Please resolve this issue, it seams like a minor one. Thanks. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The updates-testing repository is enabled by default for prereleases. Fedora 16 is no longer a prerelease, so it is no longer enabled. Pick any of: * yum distro-sync * yum downgrade kdeutils * yum --enablerepo=updates-testing install kdeutils-filelight * reenabling updates-testing permanently by editing the .repo file depending on what you want.