Update openSuSE system via zypper
tonyn | May 22, 2009To Update openSuSE system via zypper command line, follow this step-by-step guide:
1. Switch to root
su -
2. Check the repository first:
zypper reps
3. Refresh the repository
zypper refresh
4. Update all:
zypper update
5. If new Kernel has been installed, please reboot your computer with:
shutdown -r now