krb5-workstation dependency

Nalin Dahyabhai nalin at redhat.com
Thu Mar 13 15:33:29 UTC 2014


On Thu, Mar 13, 2014 at 04:26:17PM +0100, Pal, Laszlo wrote:
> Hi,
> 
> For some reason I need kinit which is included in krb5-workstation
> (I'm using fc20)
> 
> Unfortunately there is some broken dependency in the repo
> 
> Do you have any idea how to solve it?
> 
> [vlad at tohuvabohu git]$ sudo yum install krb5-workstation-1.11.3-33.fc20.x86_64
> Loaded plugins: aliases, changelog, fastestmirror, keys, langpacks,
> priorities, refresh-packagekit, remove-with-leaves, show-leaves,
>               : upgrade-helper
> Loading mirror speeds from cached hostfile
>  * fedora: fedora.intergenia.de
>  * rpmfusion-free: ftp.upjs.sk
>  * rpmfusion-free-updates: ftp.upjs.sk
>  * rpmfusion-nonfree: ftp.upjs.sk
>  * rpmfusion-nonfree-updates: ftp.upjs.sk
>  * updates: fedora.intergenia.de
> 102 packages excluded due to repository priority protections
> Resolving Dependencies
> --> Running transaction check
> ---> Package krb5-workstation.x86_64 0:1.11.3-33.fc20 will be installed
> --> Processing Dependency: krb5-libs(x86-64) = 1.11.3-33.fc20 for
> package: krb5-workstation-1.11.3-33.fc20.x86_64
> --> Finished Dependency Resolution
> Error: Package: krb5-workstation-1.11.3-33.fc20.x86_64 (fedora)
>            Requires: krb5-libs(x86-64) = 1.11.3-33.fc20
>            Installed: krb5-libs-1.11.5-4.fc20.x86_64 (@updates)
>                krb5-libs(x86-64) = 1.11.5-4.fc20
>            Available: krb5-libs-1.11.3-33.fc20.x86_64 (fedora)
>                krb5-libs(x86-64) = 1.11.3-33.fc20
>  You could try using --skip-broken to work around the problem
>  You could try running: rpm -Va --nofiles --nodigest

You're trying to install an older krb5-workstation package file, which
requires krb5-libs, than the version of krb5-libs that you already have
installed.

Either locate krb5-workstation-1.11.5-4.fc20.x86_64, or let yum take
care of it by running this command instead:
  sudo yum install krb5-workstation

HTH,

Nalin


More information about the users mailing list