Zypper_info_libzypp_screenshot.png
ZYpp
package management library
🌐
openSUSE
en.opensuse.org › Package_management
Package management - openSUSE Wiki
The package manager also makes it easy to remove packages later or to update them. The number of packages available for installation depends on which repositories you have added. openSUSE native package manager is YaST (GUI and TUI) and the zypper command line, although the distribution ships ...
🌐
Reddit
reddit.com › r/opensuse › what is package manager in opensuse and a few more questions.
r/openSUSE on Reddit: What is package manager in openSUSE and a few more questions.
March 24, 2025 -

I'm getting into Linux world, so please don't be mad with me if I don't know something. Thanks

2 days ago I installed Arch (and then deleted it and installed EndeavorOS). Since I don't hate myself and my time, after that I started looking for the new distro. Then I come across OpenSUSE Tumbleweed (I hope I spelled it right). I use Arch (BTW) for many reasons but most of them are also present in OpenSUSE. Thing I will miss on Open SUSE are listed below: (I know they can have alternatives on OpenSUSE)

  1. AUR - I absolutely love it, you can install almost all the software I use and what isn't on normal package manager. (I care the most about VScode with plugins).

  2. pacman - This package manager feels perfect. Commends are simple and packages are easily googlable. I couldn't find what package manager OpenSUSE have.

  3. Arch wiki + forum - This is probably the best and biggest source of knowledge about Linux in general, but some solutions are exclusive for Arch.

Discussions

Is easy package management possible in openSUSE?
OBS is the equivalent of AUR on Opensuse. It consists of development repos that aim to deliver packages into factory where the tumbleweed snapshots are made it also has home repos where people often build packages that aren't in tumbleweeds main repos. you can visit software.opensuse.org to browse but also you can use a cli tool, opi. opi also has some custom scripts for installing popular proprietary software like vivaldi skype etc More on reddit.com
🌐 r/openSUSE
8
4
September 15, 2021
Things to know before switching to OpenSuse?
I'll try to answer your questions in order. Probably the biggest difference you will notice is package management. SUSE does not use deb files, but RPM. It also has some packages Debian does not, and lacks some packages Debian has. It usually does not matter though, as the packages I am referring to, are typically small projects. Packaging. I personally like libzypp (Zypper) and YaST. Some people don't. Also there are some things SUSE seems to do a little different (IE. update-bootloader vs grub-update), and I think it mounts partitions in a different folder (/run/media). The way partitioning is handled in the setup is poor, IMO, but it is workable. I liked how it used to be handled about 5-10 years ago better. I would recommend Leap over Tumbleweed (I just don't like rolling releases), but both are good. If you use Nvidia, add the Nvidia repo. Also for codecs, install opi (zypper in opi) and run opi codecs. You also get to choose your DE in the initial setup, so unlike most distros, its an "AIO" of sorts, vs KDE iso, Gnome iso, XFCE iso, etc. TL;DR. Packaging is probably the biggest difference, and some things are slightly different. IE default mount points. Hope this helps. More on reddit.com
🌐 r/openSUSE
27
23
July 4, 2022
Your thoughts on using Nix package manager along with zypper.
Hello If you're trying to test out something new, then there is an effort to allow users to use DNF as an alternative package manager (respective also libdnf as underlying library for remaining tools) on Leap and TW. It's bit of a long run. If there is nobody leading the Nix effort on openSUSE, then I can't imagine how it could provide comparable user experience as either zypper or DNF https://en.opensuse.org/SDB:DNF Just my thoughts More on reddit.com
🌐 r/openSUSE
14
31
August 23, 2022
openSUSE is brilliantly engineered (an appreciation post)
Personally, it stopped my distro hopping. It was a stable yet more frequent distro, with a good UI tool for some of the deeper configuration. I've had it on my desktop, laptop, and Chromebook. Also, I like that all of the desktops in the installer are not second class or anything. Even the IceWM fallbacks provide a good experience. Everything is stable, the defaults set you up with snapshots to roll back to, and Zypper's conflict resolution has had better results for me than Apt. For me, it is the perfect "just works, headache free" distro... so far. More on reddit.com
🌐 r/linux
120
591
September 5, 2022
🌐
openSUSE
doc.opensuse.org › documentation › leap › reference › html › book-reference › cha-sw-cl.html
Managing software with command line tools | Reference | openSUSE Leap 15.6
For a definition of the terminology ... or removing software”, Section 9.1 “Definition of terms”. ... Zypper is a command line package manager for installing, updating, and removing packages....
🌐
Linode
linode.com › docs › guides › zypper-package-manager
Use Zypper to Manage Packages in openSUSE | Linode Docs
September 5, 2023 - Zypper is a command-line package management system for the openSUSE and SUSE Linux Enterprise (SLE) distributions. Zypper builds on the software-management functions of ZYpp (libzypp) for installing, removing, and managing packages, as well ...
🌐
openSUSE
news.opensuse.org › 2024 › 12 › 20 › new-pkg-mgmt-tool-debuts
New Package Management Tool Debuts - openSUSE News
The usable alpha when packaged and released for Tumbleweed and Slowroll will include most of the key features necessary for effective package management. YQPkg was developed during Hack Week 24 and is a standalone Qt-based package manager, free from YaST dependencies.
🌐
Linux Hint
linuxhint.com › opensuse_package_manager
How to Use OpenSUSE Package Manager – Linux Hint
In SUSE Linux (openSUSE, SUSE Enterprise, and derivatives), zypper and YaST are the package managers. While YaST (Yet another Setup Tool) is for administrating, setting up and configuring SUSE Linux, zypper is the CLI interface of the ZYpp package manager. ZYpp is at the core of both zypper ...
🌐
LinuxBabe
linuxbabe.com › home › introduction to zypper package manager for opensuse and sle
Introduction to Zypper Package manager For OpenSUSE and SLE
March 12, 2016 - Zypper is the command line package manager on openSUSE and SLE. It's also a repository manager, having the capability of adding and removing repositories.
Find elsewhere
🌐
Linuxiac
linuxiac.com › home › tips & tricks › zypper package manager user guide for opensuse users
Zypper Package Manager User Guide for openSUSE Users
November 24, 2025 - Learn how to use Zypper, openSUSE's package manager, through practical examples to easily install, update, and manage software and repositories.
🌐
MakeUseOf
makeuseof.com › home › linux › how to manage packages in opensuse with zypper
How to Manage Packages in openSUSE With Zypper
September 27, 2023 - Zypper is an easy command-line tool for package management in openSUSE that lets you install, remove, and update packages as well as manage repositories.
🌐
Reddit
reddit.com › r/opensuse › is easy package management possible in opensuse?
r/openSUSE on Reddit: Is easy package management possible in openSUSE?
September 15, 2021 -

So well, I have been using Arch Linux for a veery long time now and got used to ridiculously easy package management with AUR helper "yay". I just type "yay [package_name]" and no matter where it is, if it's available for Arch, it installs.
But now, since my company is hosting servers on openSUSE, I decided to try and make a switchj. All is great, but zypper doesn't seem to have all packages I need, I see a snap option, a flatpak option, packman option and this is just overwhelming. Too much package managers was the reason I left Ubuntu.

Is there something similar to yay and AUR in openSUSE? Where I type one command (or use one gui tool) and install software, no matter if I need to use zypper, snap, flatpak, or any hellish bs there is.

🌐
Managed Server
managedserver.eu › home › blogs › package management in suse linux
Package Management in SUSE Linux - Managed Server
May 3, 2024 - Zypper is the command-line package management tool for SUSE Linux distributions. First launched with openSUSE 10.3, this tool revolutionized the way users and administrators manage software on SUSE-based systems.
🌐
Wikipedia
en.wikipedia.org › wiki › ZYpp
ZYpp - Wikipedia
May 15, 2026 - ZYpp (or libzypp; "Zen / YaST Packages Patches Patterns Products") is a package manager engine that powers Linux applications like Myrlyn, YaST, Zypper and the implementation of PackageKit for openSUSE and SUSE Linux Enterprise. Unlike some more basic package managers, it provides a satisfiability ...
🌐
OSTechNix
ostechnix.com › home › linux distributions › opensuse › yqpkg: a modern, qt-based package manager to replace yast in opensuse
YQPkg: A Modern, Qt-based Package Manager To Replace YaST In OpenSUSE - OSTechNix
December 23, 2024 - OpenSUSE is introducing a new package manager called YQPkg, a modern, standalone, Qt-based solution designed to simplify software package management on openSUSE Linux distributions.
🌐
Linux.com
linux.com › home › audience › devops › opensuse package management cheat sheet
openSUSE Package Management Cheat Sheet - Linux.com
January 19, 2017 - zypper refresh zypper refresh openSUSE-Leap-4.2-Update · Generate a table of all packages in a repo, and their installed status:
🌐
GitHub
github.com › openSUSE › zypper
GitHub - openSUSE/zypper: World's most powerful command line package manager · GitHub
World's most powerful command line package manager - openSUSE/zypper
Starred by 479 users
Forked by 130 users
Languages   C++ 95.5% | CMake 1.8% | Shell 1.5% | C 0.6% | Perl 0.3% | Augeas 0.2%
🌐
openSUSE
software.opensuse.org › download › package
Install package system:packagemanager / pacman
zypper addrepo https://download.opensuse.org/repositories/system:packagemanager/openSUSE_Factory_ARM/system:packagemanager.repo zypper refresh zypper install pacman
🌐
LinuxBoost
linuxboost.com › home › how to manage software packages on opensuse
How to Manage Software Packages on OpenSUSE - LinuxBoost
April 3, 2023 - Zypper is the command-line package manager for OpenSUSE and SUSE Linux Enterprise distributions. It is the go-to tool for managing software packages, providing functionality to install, update, and remove packages on your system.
🌐
openSUSE
software.opensuse.org › package › rpm
openSUSE Software
RPM Package Manager is the main tool for managing the software packages of the SuSE Linux distribution. RPM can be used to install and remove software packages. With rpm, it is easy to update packages. RPM keeps track of all these manipulations in a central database.
🌐
Medium
medium.com › @vmorecloud1 › myrlyn-1-0-a-modern-standalone-package-manager-gui-for-opensuse-has-arrived-dd4b1f4c597d
Myrlyn 1.0: A Modern, Standalone Package Manager GUI for openSUSE Has Arrived | by Khurram Shahzad | Medium
January 20, 2026 - Provide a lightweight, intuitive GUI for installing, updating, removing packages and patterns, and managing repositories — one that’s especially poised to take over much of YaST’s traditional software management role as openSUSE evolves (think Agama installer and Cockpit integrations in the future).
🌐
SUSE
documentation.suse.com › sbp › systems-management › html › SBP-RPM-Packaging › index.html
Introduction to RPM Packaging | SUSE Linux Enterprise Server 11 SP4
May 28, 2017 - Moreover, each operating system provides its own package manager, a special utility to add and remove packages from the system. SUSE-based systems – openSUSE and SUSE Linux Enterprise - use the RPM Package Manager.