Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Add repositories in Suse

Leer en espanol
Add repositories in Suse

Table of contents

We search for available repositories textzypper search -t pattern Loading repository data… Reading installed packages… S | Yam ===

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 | pattern

We add the repositories:

text
zypper in -t pattern Minimal base

We see the status of the added repositories:

text
zypper lr

We refresh the repositories

text
zypper ref -s

All the best

:wq!

Comments