I tried to install mysql-workbench but getting above error on all sudo apt-get install
commands execution. Even tried to install libgssapi-krb5-2
but getting below error.
sudo apt-get -f install libgssapi-krb5-2
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package libgssapi-krb5-2 needs to be reinstalled, but I can't find an archive for it.
sudo apt-get update && apt install libgssapi-krb5-2
– Knud Larsen May 19 '17 at 13:24