this post was submitted on 06 Oct 2023
942 points (95.9% liked)
linuxmemes
20880 readers
2 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
pkgs.org with
pkgconifg(package-name)
as the search string: let me introduce myselfNobody needs a website, literally just
dnf install "pkgconfig(libfoo-1)"
ordnf install /usr/include/fooheader.h
. Most sane package manager ever.That's a thing?? Amazing, I just found out about this not long ago, now seeing that being integrated in the package manager too is next level!
It’s actually just metadata in the rpms, nothing special. OpenSUSE adds even more like “typelib(Gtk-3.0)”.