Skip to content

Instantly share code, notes, and snippets.

@kmpm
Last active August 12, 2021 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmpm/4e52fff505dbcc2ab932732f62bde13e to your computer and use it in GitHub Desktop.
Save kmpm/4e52fff505dbcc2ab932732f62bde13e to your computer and use it in GitHub Desktop.

openSuSE Tryout

This document is my personal notes from getting back into SuSE again from years using debian and ubuntu.

Replacement for build-essential

SuSE/Zypper uses something called patterns to group packages together. The deb equivalent to patters would be meta-packages I guess. There is a pattern called devel_basis that sort of matches build-essential.

zypper info -t pattern devel_basis to see what packages have the pattern zypper install -t pattern devel_basis to install

Libraries

These are best guess estimates Deb/buntu = SuSE

  • libgtk2.0-dev = libgtk-2_0-0
  • libavformat-dev = ffmpeg-4-libavformat-devel

tenacity

  • nasm
  • uuid-devel
  • libjack-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment