I usually use Yum and Yumex to do most of my installs and updates since PackageKit is having a lot of crashing problems right now. Out of curiosity I ran Synaptic. I have the same report being given by Synaptic. Mine, however, shows filesystem and setup as the two broken packages.
Quote:
Originally Posted by DBelton
You can run
to check for dependency problems and duplicates.
Or you can specify which you wish to check for
Code:
yum check dependencies
yum check duplicates
|
I tried all of these and get the following:
Code:
# yum check all
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['all']
Code:
# yum check dependencies
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['dependencies']
Code:
# yum check duplicates
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['duplicates']
If I use the name of the package in the command line I get the following:
Code:
# yum check all filesystem
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['all', 'filesystem']
Code:
# yum check dependencies filesystem
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['dependencies', 'filesystem']
Code:
# yum check duplicates filesystem
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
check ['duplicates', 'filesystem']
None of this tells me anything as to what is broken or why.
I have noticed, too, that the filesystem package is being reported as having a "0 bytes" size by Yumex even though the downloaded package itself is 1Mbyte in size. That makes little sense to me.
This is the version of the filesystem package that is installed on my system:
Code:
# rpm -qa filesystem
filesystem-3.1-2.fc18.x86_64