505
submitted 3 months ago* (last edited 3 months ago) by maduncle@lemmy.world to c/linuxmemes@lemmy.world
top 50 comments
sorted by: hot top controversial new old
[-] TabbsTheBat@pawb.social 100 points 3 months ago

Guys I downloaded the github link, and it won't launch as an app, what do? :(

/j

[-] KazuchijouNo@lemy.lol 67 points 3 months ago

You could add '.exe' at the end. It will definitely not work, but you can still do it for a laugh anyways ;)

[-] MentalEdge@sopuli.xyz 34 points 3 months ago
[-] kubica@fedia.io 17 points 3 months ago

Time for an angry bug report.

[-] superkret@feddit.org 6 points 3 months ago

Wine could probably run it

[-] heavydust@sh.itjust.works 24 points 3 months ago
[-] TabbsTheBat@pawb.social 30 points 3 months ago

I have standards unfortunately

[-] Waffle@infosec.pub 14 points 3 months ago

Have you tried downloading the AUR? Oh, it's not available in the AUR? What about the flat pack? The package name changed, but it's not available there either. It's an app image, but to get it to work you're going to need to switch your Nvidia drivers to DKMS. OK... So that didn't work, have you tried reinstalling dracut and ffmpeg?

[-] TabbsTheBat@pawb.social 15 points 3 months ago

My favourite of course is "just dual boot"

The solution to every issue x3

[-] DickFiasco@lemm.ee 12 points 3 months ago

Dual booting is just using containers on bare metal.

[-] TabbsTheBat@pawb.social 3 points 3 months ago
[-] Waffle@infosec.pub 4 points 3 months ago

(ノಠ益ಠ)ノ彡┻━┻

[-] Tippon@lemmy.dbzer0.com 4 points 3 months ago

Now you're just being silly. Everyone knows that Linux is better than Winblow$$$ because all your programs are available from your app store, and can be installed with a few clicks. You never have to go hunting for random downloads again! 🙄

[-] superkret@feddit.org 9 points 3 months ago

If it's not in the AUR, it doesn't have more than 10 users in the world.

[-] cupcakezealot 5 points 3 months ago

you gotta click on the blue e on your desktop

[-] TabbsTheBat@pawb.social 6 points 3 months ago

You guys have stuff on your desktop?

[-] cupcakezealot 8 points 3 months ago
[-] KazuchijouNo@lemy.lol 4 points 3 months ago

OMG I thought I'd never find a reference to this in the wild! I love the website is down

[-] TabbsTheBat@pawb.social 3 points 3 months ago

Based arrangement

I prefer to keep my desktop completely empty tho x3

[-] guiguinofake@sh.itjust.works 3 points 3 months ago
load more comments (1 replies)
[-] TimeSquirrel@kbin.melroy.org 2 points 3 months ago

"STUPID FUCKING SMELLY NERDS"

[-] mlg@lemmy.world 95 points 3 months ago

Dependencies:

Old ass library version from 2004

apt/dnf/pacman: package not found

library package was last available 15 years ago before it was dropped to move to the next legacy version

App package was available right up until last year until it was dropped for development inactivity

Absolutely no one has a compiled version of old ass library

Attempting to compile old ass library results in 30 other old ass package dependencies

How in the actual world was the maintainer compiling this up to last year

[-] SpaceNoodle@lemmy.world 64 points 3 months ago

It worked on their machine

[-] conicalscientist@lemmy.world 18 points 3 months ago

They have old/orphaned dependencies on their machine. It's hanging on a by thread. They have no idea the packages have disappeared years ago. The house of cards is a bit flip away from collapsing.

[-] djvinniev77@lemmy.ca 7 points 3 months ago

Hahah I say this all the time.

[-] bruhduh@lemmy.world 17 points 3 months ago

Why docker was created be like

load more comments (1 replies)
[-] Pippipartner@discuss.tchncs.de 70 points 3 months ago

Ah the Linux help desk where you get helpful directions like "You have a problem with your dual monitor setup in your naively installed Ubuntu setup? Have you considered installing a rust micro kernel from an abandoned GitHub repo? After cherry picking some patches from a mailinglist? Also boon plep Ubuntu looser."

[-] MNByChoice@midwest.social 10 points 3 months ago* (last edited 3 months ago)

I hate modern AI, but that is what we need it for. Maintaining old code bases, and not turning it into a text editor/AI API (unless that was the original intention).

Edit: I have to add more words. Maintaining code bases includes compling and testing the code on a variety of hardware. Running tests against that code. Responding to questions. It is a massive amount of work.

[-] Pippipartner@discuss.tchncs.de 11 points 3 months ago

Yeah Support is horrible work, I don't maintain anything, but I ask stupid questions, which I don't know are stupid until I get the answer and than die of shame.

I don't know if AI can fix that and most maintainers I had to ask for help were really helpful and friendly, but maintainance like keeping software compatible with used libraries, helping users and such is invisible work.

[-] Chee_Koala@lemmy.world 64 points 3 months ago

Why even use releases? Everyone can build everything for themselves. 'Normal Users' are just lazy, everyone wants to know how every piece of software is built for their system, it's not like they have other stuff to do.

[-] randamumaki 21 points 3 months ago

I thought that was what Gentoo was doing, but they have far more binary packages nowadays than I thought they'd ever get.

[-] crony@lemmy.cronyakatsuki.xyz 8 points 3 months ago

Which you still need to specifically specify. By default everything still has to be compiled.

[-] randamumaki 6 points 3 months ago

That's good then. :)

[-] msage@programming.dev 4 points 3 months ago

llvm, clang are packages I give 0 fucks about, but take a significant part of my updates. I never really got around to it, but I will try to make them binary downloads instead of building that shit. Like I understand gcc, but have 0 interest in llvm, and can't have firefox without it.. smh

[-] 30p87@feddit.org 33 points 3 months ago

yay

There is a 99% chance it's in there, and there is an 80% chance it uses the latest version/git HEAD

[-] RustyNova@lemmy.world 7 points 3 months ago
[-] rtxn@lemmy.world 30 points 3 months ago

yay, a utility to access the AUR, where users share build scripts instead of binaries. It's just one step above curl | sudo sh in terms of security.

[-] 30p87@feddit.org 9 points 3 months ago

Except it automates the steps you'd have to take to inspect and edit the script, if needed. Also, PKGBUILDs are much nicer to read than just plain install scripts. And, of course, it actually builds a package, which is then installed, so it's not only tracked but can be updated like the rest of the system.

[-] copygirl 7 points 3 months ago

To be fair, that's why they said

in terms of security.

[-] 30p87@feddit.org 3 points 3 months ago

I'd say that yay encourages checking the PKGBUILD or its diff more than the average "curl xy | sudo sh" instruction, but considering most people see yay just as yet another package manager, instead of an AUR helper, that's probably true for most people

[-] rtxn@lemmy.world 2 points 3 months ago

That's why it's one step above. The user is given an option to read the PKGBUILD (or a diff with the cached copy if it exists), but beyond that, it's still unverified arbitrary code from an external source (the project's actual source, binaries, or packages from another repository). Packages in the official Arch repos are verified by the downstream packagers. For AUR packages, it's up to the community to moderate itself, and the user to determine whether the package is trustworthy, and I'm willing to bet that not many people do it. I certainly don't vet everything I install.

load more comments (1 replies)
[-] Flipper@feddit.org 3 points 3 months ago

I don't think the aur can switch the delivered script whether you are piping it into sh or not.

[-] MystikIncarnate@lemmy.ca 29 points 3 months ago

Hey, get your Gentoo propaganda out of here.

load more comments (1 replies)
[-] savvywolf@pawb.social 18 points 3 months ago

Unless it's a JavaScript app which uses some random build system (that was popular when they started work on the app but is now outdated) that you need to set up and learn.

Or it's a Python app that doesn't work because you don't have the right version of python and backwards compatibility is a myth.

[-] palordrolap@fedia.io 8 points 3 months ago

Package version 0.01: Built with libraries abc version 2, def version 0.1 and ghi version 7.2.2

Your system has requirements: abc version 2, def version 0.2 and ghi version 8.0.0

Package version 0.02: Requires abc version 3, def version 0.2 and ghi version 8.0.1

You realise that those differences in version would mean that you would have to basically recompile (then debug and recompile) your entire operating system with the three upgraded packages, and deal with a full cascade of dependencies, not just the package you really want to compile, OR basically sit down and rewrite Package 0.02 from the ground up using older libraries than it was originally written for.

You decide to make do with the old version of the package.

[-] slazer2au@lemmy.world 4 points 3 months ago

Can you not build it in a venv to not mess with your system packages?

[-] mitchty@lemmy.sdf.org 2 points 3 months ago

That would only solve it for python, not for say c shared libraries. For that you’re in nix land or guix or if you hate yourself containers.

I’m in nix land so I just write nix derivations so not a big deal having many versions of the same thing at once.

[-] notthebees@reddthat.com 6 points 3 months ago

And halfway through the compile, it fails.

[-] RobotZap10000@feddit.nl 5 points 3 months ago
load more comments
view more: next ›
this post was submitted on 05 Apr 2025
505 points (100.0% liked)

linuxmemes

26500 readers
1280 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS