In this post we are going to see how to add new repositories in SLES:
We search for available repositories
text
zypper search -t pattern
Loading repository data…
Reading installed packages…
S | Name | Summary | Type
–+————————–+——————————–+——–
i | 32bit | 32-Bit Runtime Environment | pattern
i | Minimal | Minimal System (Appliances) | pattern
i | apparmor | AppArmor | pattern
i | base | Base System | pattern
i | documentation | Help and Support Documentation | pattern
i | gnome-basic | GNOME Desktop Environment | pattern
i | sles-Minimal-32bit | Minimal System (Appliances) | pattern
i | sles-apparmor-32bit | AppArmor | pattern
i | sles-base-32bit | Base System | pattern
i | sles-documentation-32bit | Help and Support Documentation | pattern
i | sles-x11-32bit | X Window System | pattern
i | x11 | X Window System | patternWe add the repositories:
text
zypper in -t pattern Minimal baseWe see the status of the added repositories:
text
zypper lrWe refresh the repositories
text
zypper ref -sAll the best
:wq!
Comments