this post was submitted on 19 Jul 2024
167 points (99.4% liked)

Linux

47287 readers
1287 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Gjolin@lemmy.ml 18 points 1 month ago* (last edited 1 month ago) (4 children)

The moment I installed it, yay broke. To fix it, if any of you need this: do an ln -s to the .so that is being requested. This allows yay to work again. Use yay to upgrade yay. Finally remove the symbolic link.

[–] thevoidzero@lemmy.world 9 points 1 month ago (3 children)

Can you do makepkg in the clone of yay PKGBUILD from aur? That seems like a better solution than symlinking...

[–] CrayCray@lemmy.world 4 points 1 month ago

This is the correct thing to do when it breaks, recompile and link against the new libs. Otherwise you could see funny behaviour.

load more comments (2 replies)
load more comments (2 replies)