this post was submitted on 02 Oct 2023
396 points (93.8% liked)

linuxmemes

21249 readers
1472 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 members of the community for any reason.
  • 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     

    all 47 comments
    sorted by: hot top controversial new old
    [–] TimeSquirrel@kbin.social 67 points 1 year ago (1 children)

    There are many things that can stop me from running a program but what distro it is is not one of them.

    [–] dhtseany@lemmy.ml 30 points 1 year ago (1 children)

    Seriously, look at what the pkgbuild is doing on Arch and replicate it by hand on your distro of choice. That's all a pkgbuild is: a simple bash installation script.

    [–] AVincentInSpace@pawb.social 1 points 1 year ago

    have fun translating all the package names!

    [–] MalReynolds@slrpnk.net 28 points 1 year ago* (last edited 1 year ago) (1 children)

    Distrobox is your friend. Me, I like an immutable OS (kinoite) but I still want the AUR...

    distrobox-create --name arch --image archlinux:latest
    distrobox enter arch
    install yay as normal
    yay -S vscodium
    distrobox-export --app vscodium
    yay exa
    distrobox-export --bin /usr/sbin/exa
    exit [back to kinoite]
    exa [works]
    vscodium [works, has icon in application launcher]
    

    Try it, you might like it !

    [–] SimplyTadpole@lemmy.dbzer0.com 2 points 1 year ago (1 children)

    Ooh, a fellow Kinoite user!

    I'm actually aware of Distrobox, but the thing I had in mind was for managing gaming wheel drivers, so I don't think it'd work on distrobox. It's not really that big of a deal honestly, I just made this meme to poke fun at it ^^'

    [–] MalReynolds@slrpnk.net 2 points 1 year ago

    Fair enough, but CUDA stuff works surprisingly well for e.g., I'd give it a go if it's just USB.

    Kinoite Represent!

    [–] Blackmist@feddit.uk 23 points 1 year ago (1 children)

    You Linux people are funny.

    I just download the Windows versions and run them with Wine.

    [–] Comment105@lemm.ee 3 points 1 year ago

    I don't understand any of this, my windows install is on a 120GB SSD, it's full now and I can't update my graphics driver.

    [–] frippa@lemmy.ml 12 points 1 year ago (2 children)

    I'm a noob, isn't every (open source) program aviable for every distribution if you compile it from source? It's all Linux in the end (i never compiled a program from source, so I don't know if it's easy at all)

    [–] deadcade@lemmy.deadca.de 6 points 1 year ago

    Some programs may use libraries or tools specific to a distributions package manager. For example, yay, an AUR helper/pacman wrapper. You would have a very hard time getting it to work on Debian.

    Other programs might only include build scripts for a distro specific build system. For example, a program might skip using a Makefile, and do everything in the Arch-specific PKGBUILD.

    Generally though, most software uses a standard cross-distro (or even OS) build system. In this case, compiling from source would be an option on any distro. The program might still only be packaged for Arch/NixOS/Gentoo (or others), as it is a very simple process to do so.

    [–] thelastknowngod@lemm.ee 2 points 1 year ago

    Usually the only tricky part of compiling from source is tracking down dependencies. The package manager does that for you normally but you're not using the package manager when compiling from scratch. The actual building (even compiling a kernel) isn't all that complicated.

    [–] wallmenis@lemmy.one 10 points 1 year ago

    distrobox for most cases should be fine...

    [–] HenriHenr@feddit.de 10 points 1 year ago

    I use arch btw

    [–] Holzkohlen@feddit.de 9 points 1 year ago

    This is not a problem, I use garuda btw.

    [–] possiblylinux127@lemmy.zip 6 points 1 year ago (1 children)

    Can't you just use it though distrobox and podman?

    [–] hottari@lemmy.ml 4 points 1 year ago (2 children)

    Not as easy or as convenient as yay -Sy appname

    [–] Nefyedardu@kbin.social 1 points 1 year ago (1 children)

    it actually is, you just append the distrobox command before it

    distrobox enter arch -- yay -Sy appname

    [–] hottari@lemmy.ml 4 points 1 year ago (2 children)

    A simple yay -Sy from Arch btw takes less computing power and doesn't depend on an external dependency.

    Any reason not to just use yay? That's an alias for yay -Syu, which in and of itself, at least if I understood it correctly, is basically just pacman -Syu and from what I've read on the arch wiki -Sy is heavily discouraged.

    [–] possiblylinux127@lemmy.zip -3 points 1 year ago (1 children)

    But then you stuck with arch. I've never had any software that wasn't a flatpak or in the Debian repos. I use Fedora.

    [–] hottari@lemmy.ml 9 points 1 year ago* (last edited 1 year ago) (1 children)

    I would say you are stuck on Fedora too, what is your point?

    I’ve never had any software that wasn’t a flatpak or in the Debian repos.

    There are quite a number of them, hence the reason for OP's meme.

    [–] possiblylinux127@lemmy.zip -2 points 1 year ago (1 children)

    Really? I honestly have never had that problem. Can you name a few? (I'm completely serious. Don't take this as sarcasm)

    [–] hottari@lemmy.ml 4 points 1 year ago

    There are so many software devs that package AURs because Arch has made it easy for them to do so. No need to give examples if you are totally fine with your brand of distro.

    But whether you'll hit the minor snag OP memes about depends on your software needs.

    [–] possiblylinux127@lemmy.zip -2 points 1 year ago (2 children)

    But then your installing it locally. The benefit to containers is they can be deleted.

    Also Arch is a unstable mess and requires updates way to frequently

    [–] float@feddit.de 6 points 1 year ago (1 children)

    I've been using Arch for over a decade now. On a laptop, desktop, VPS and now it's also driving Steam OS on the Deck. I had very little problems with it compared to our Ubuntu setups at work that randomly break on updates. Ubuntu is not as bad as it used to be but from my experience (i.e. the way I use it), Arch has been more stable and reliable.

    [–] possiblylinux127@lemmy.zip 1 points 1 year ago

    I have also had issues with Ubuntu. I just stick with Debian because I don't have to touch it for years.

    Can you do the same with Arch? Also why do you need newer packages on a server? (I'm taking about the VPS)

    [–] hottari@lemmy.ml 3 points 1 year ago (1 children)

    But then your installing it locally. The benefit to containers is they can be deleted.

    This does not make any sense in this context. Or anywhere else if you want to get real pedantic.

    Also Arch is a unstable mess and requires updates way to frequently

    Arch can be unstable at times but that's part of the deal as is with any distro you'll install and use over time. Requiring updates frequently is also not a valid argument against Arch as you can choose when to update.

    [–] possiblylinux127@lemmy.zip 1 points 1 year ago (2 children)

    Arch ships to new of packages for my comfort. This leads to breakages if you don't read the update notes. I want my system to stay updated automatically and Arch causes to many headaches.

    [–] hottari@lemmy.ml 3 points 1 year ago (1 children)

    Software updates can potentially cause issues in general. This situation is not unique to Arch.

    There's nothing wrong with a rolling release model where you get newer software that's closer to upstream. In most cases, you get security updates faster and in some instances you get bug fixes & new features from upstream that will take weeks if not months to hit "stable" distros.

    [–] possiblylinux127@lemmy.zip 1 points 1 year ago

    That's fine if you like that kind of thing. However it isn't for everyone

    [–] Empricorn@feddit.nl 1 points 1 year ago

    Arch ships ~~to~~ too new of packages for my comfort.

    Sorry to be a grammar nazi but that's the second time and it annoys some of us. It's literally a different word with a different meaning!

    [–] Rin@lemm.ee 5 points 1 year ago

    Just do whatever the package file says.

    [–] onlinepersona@programming.dev 5 points 1 year ago (2 children)

    ...or nixpkgs they have the most packages of any distro (although, I don't know if they also count all the language specific libs like from pypi, npm, crates, etc.)

    [–] ILikeBoobies@lemmy.ca 2 points 1 year ago

    You can install their package manager on your distro of choice

    [–] dmrzl@programming.dev 2 points 1 year ago

    Yes, most packages are auto-generated from those. When it comes to manually generated packages AUR should still be #1. Not that I ever missed any packages in nixpkgs...

    [–] raubarno@lemmy.ml 4 points 1 year ago* (last edited 1 year ago)

    Same. Yesterday, I found Vulkan drivers for virtual machines (vulkan-virtio) , but it's packaged only for archlinux. And I gave up trying to build from source yesterday.

    [–] binboupan@lemm.ee 4 points 1 year ago

    or only as appimage

    [–] jernej@lemmy.ml 3 points 1 year ago

    Skill issue (I use arch btw), all jokes aside maybe try distrobox it should work perfectly

    [–] metaStatic@kbin.social 1 points 1 year ago

    me trying to install Davinci

    SCREAMING

    [–] alteredEnvoy@feddit.ch 1 points 1 year ago

    TBF I found the first party packaging tools for Debian are very hard to use. I always end up using nFPM or makedeb anyway

    [–] pewgar_seemsimandroid@lemmy.blahaj.zone 0 points 1 year ago (1 children)

    Maybe OpenSUSE if you're lucky