Are you looking for the -E, --show-enabled-only flag to only show enabled repositories, or the -e - , --export - to get the listing in the repository definition format that allows for much easier parsing?
zypper lr -E -e - |grep name=
Answer from HBruijn on serverfault.comopenSUSE
en.opensuse.org › Package_repositories
Package repositories - openSUSE Wiki
May 30, 2026 - Package repositories - Additional package repositories - KDE repositories - GNOME repositories - LXDE repositories - Xfce repositories - Cinnamon repositories - Add package repositories - Vendor change update · These are the official openSUSE repositories. Well tested packages, security and bugfixes are provided.
openSUSE
download.opensuse.org › repositories
/repositories - openSUSE Download
repositories · Legal notice Source code Report issue MirrorCache 1.105
openSUSE
en.opensuse.org › Additional_package_repositories
Additional package repositories - openSUSE Wiki
June 3, 2026 - Warning: Additional repositories are not officially supported by openSUSE. You are extremely likely to have issues with updates in future. You must be confident to resolve these. If you experience breakages, your openSUSE distribution and openSUSE itself should not be blamed. Try to hold back your updates of packages so it can sync with upstream or rollback. This is a list of currently existing third-party repositories, meaning they're external to openSUSE.
GWDG
ftp.gwdg.de › pub › opensuse › repositories
Index of /pub/opensuse/repositories/
../ Amazon:/ 12-Jun-2026 14:40 - Apache/ 02-Apr-2025 12:02 - Apache:/ 18-Apr-2020 00:11 - Application:/ 06-May-2021 13:14 - Arch:/ 10-Aug-2012 17:49 - Archiving/ 17-Jun-2026 19:53 - Archiving:/ 13-Apr-2021 08:43 - Banshee/ 25-Apr-2015 10:20 - Banshee:/ 08-Nov-2012 20:38 - Base:/ 05-Dec-2016 01:55 - Cloud/ 22-Nov-2012 10:36 - Cloud:/ 13-Jun-2019 08:48 - CrossToolchain:/ 23-Jan-2022 11:45 - DISCONTINUED:/ 04-Sep-2012 07:06 - Debian:/ 23-Aug-2017 09:10 - Documentation/ 29-Jul-2024 07:31 - Documentation:/ 04-Mar-2021 09:12 - Education/ 20-Jun-2026 02:16 - Education:/ 22-Jan-2014 10:42 - Emulators/
Top answer 1 of 2
4
Are you looking for the -E, --show-enabled-only flag to only show enabled repositories, or the -e - , --export - to get the listing in the repository definition format that allows for much easier parsing?
zypper lr -E -e - |grep name=
2 of 2
0
This will print only the enabled repositories on SuSE:
zypper lr | awk -F'|' '{gsub(/ /, "",
4=="Yes") print $2}'
The gsub call is only there to remove the leading and trailing blanks.
Ordinatechnic
ordinatechnic.com › distribution-specific-guides › openSUSE › repository-management-in-opensuse
Repository Management in openSUSE | ORDINATECHNIC
Selecting this option will display a list of available community, user, or upstream organization repositories hosted on the openSUSE Build Service. The list displayed here is not the complete set of such repositories that are available. When a repository is added from this list it will not appear here when visiting it again.
OpenSUSE
opensuse.pkgs.org
openSUSE Repositories - pkgs.org
openSUSE Official and Third-Party Repositories.
GitHub
github.com › openSUSE › openSUSE-repos
GitHub - openSUSE/openSUSE-repos: openSUSE-repos · GitHub
$ vim /usr/share/zypp/local/service/openSUSE/repo/repoindex.xml $ zypper --gpg-auto-import-keys ref -s # to refresh services · It might initially happen that system shows no repositories.
Starred by 23 users
Forked by 10 users
Languages Shell 98.8% | Makefile 1.2%
openSUSE Forums
forums.opensuse.org › english › applications
Preferred/required repositories and their explanation - Applications - openSUSE Forums
October 28, 2023 - I’m brand new to openSUSE ( ascended from Debian) and I was searching for information about repositories and a listing for which are preferred/required for Tumbleweed but didn’t really find anything in the forums or manuals that scratched the itch. I did have the following Wiki page suggested from an #opensuse chat and thought I’d post the link below for others in the future.
openSUSE Forums
forums.opensuse.org › english › applications
Extra repositories list - Applications - openSUSE Forums
July 30, 2023 - Good morning, As my kid had a taste of OpenSuse over the last few days, he decided to jump from Ubuntu and installed Tumbleweed. Now, after furious minutes which followed switch from apt to zypper, he discovered that MIT scratch is only available as a Flatpak on Discovery store.
openSUSE
build.opensuse.org › repositories › openSUSE
Repositories for openSUSE - openSUSE Build Service
Overview Repositories Monitor Requests Users Subprojects Project Config Attributes Signing Keys Meta Status Pulse · You can configure individual flags for this project here. ... The Open Build Service is an openSUSE project.
openSUSE
en.opensuse.org › Xfce_repositories
Xfce repositories - openSUSE Wiki
May 30, 2026 - In the Repository list, select the X11:xfce repository, set the priority to 80 and confirm with OK · 1b. Add the Xfce GIT Master a.k.a. X11:xfce:rat repository · Warning: To be used only with Tumbleweed, not compatible with Leap ... Insert the URL for your openSUSE Version from the list above ...
openSUSE Forums
forums.opensuse.org › english › install/boot/login
Default repositories leap 15.4 - Install/Boot/Login - openSUSE Forums
January 27, 2023 - Where can I find a list of the repositories that are enabled by default in a new installation of Leap 15.4?
openSUSE
en.opensuse.org › images › 1 › 17 › Zypper-cheat-sheet-1.pdf pdf
Repository Management Zypper Cheat Sheet Package Management Basic Help
Listing Defined Repositories · zypper repos or zypper lr · Examples: zypper lr -u #include repo URI on the table · zypper lr -P #include repo priority and sort by it · Adding Repositories · zypper addrepo or zypper ar #followed by the repo url and alias · Example: zypper ar ...
openSUSE Forums
forums.opensuse.org › english › applications
OpenSUSE 42.1 - List of Repositories - Applications - openSUSE Forums
December 17, 2015 - The following is the list of repos in my installed Leap. Is it the way it should be or is it redundant?? Please comment! Thanks! marco@Lenovo:~> zypper lr -d | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service —±------------------------------------±----------------------------------------±--------±----------...
openSUSE
en.opensuse.org › GNOME_repositories
GNOME repositories - openSUSE Wiki
May 30, 2026 - Version: Leap 16.0 https://download.opensuse.org/repositories/GNOME:/Apps/16.0/
SUSE
documentation.suse.com › suma › 4.3 › en › suse-manager › client-configuration › repositories.html
Software Repositories :: SUSE Manager Documentation
November 22, 2022 - Learn how to configure and manage software repositories in SUSE Manager, including associating clients with channels, installing and updating packages,