Originally Posted by paastren
|
Yast gnome control center disappeared
After latest security update, all of the icons from the yast gnome control center disappeared, as well as the yast icons in the menus.
When I run from yast and zypper from cli it says "command not found"
|
Well that's just weird.
You should be able to re-install zypper easily enough. Dig out your SLED 11 DVD, find the zypper package and install it with rpm. I.E.
|
Code:
|
$ rpm -ivh zypper zypper-1.0.8-1.3.i586.rpm |
The rpm command doesn't do dependency resolution though so installation may fail and give you a list of other packages you need to install that zypper requires. If that's the case then find those packages on the DVD and install them all together. E.g.
|
Code:
|
$ rpm -ivh zypper zypper-1.0.8-1.3.i586.rpm libzypp-5.29.1-1.1.i586.rpm |
As for the Yast icons I'm guessing from what you say that the missing icons are provided by the yast2-control-center-gnome package.