I try my hand at packaging it for my distro.
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
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!
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 fork-bomb your computer.
For some reason the first time I read it, I thought it was an "L" so now I always call them "Apple mages"
OCI
What is that?
They probably mean Open Container Initiative (OCI), the protocol shared by Podman and Docker.
AUR or flatpak.
Honestly the longer I spend daily driving Linux the more I enjoy using flatpaks...
as it should be, nobody likes proprietary vendor-locked formats that get shoved down your throat
Wow a reference to those Mac Vs PC ads from like 15 years ago
They stopped that ad campaign about 15 years ago, and they started it closer to 20 years ago.
If it's C or C++, I get the source from the project's GitHub / GitLab / Source Hosting thing and compile it for myself.
For programming languages that I don't read, I usually use the AUR.
Also,
- GoG for games
- Xilinx website, for that one time, I got the ISE
- AppImage sometimes
Appimages are crap too, but at least there is progress with AppMan, repos and that sandboxing solution.
Snaps are only sandboxed with Apparmor and snapd only allows a single repo (which contained malware multiple times) so get the hell off my lawn XD
There is no software that is not in AUR. I use arch, BTW.
Gatekeeping the word "software" here?
Here's something not in the AUR. Tested on arch
Clearly we need an Arch version of rule 34 and rule 35
Rule 34a: If linux software exists, it's in the AUR. No exceptions.
Rule 35a: If linux software is not in the AUR, it will be made available in the AUR.
I don't intend on pushing that one to the AUR. It's not worth it.
Maybe I'll make an AppImage at most.
I don't know any formal requirements for it being on AUR, but I just feel like this one does not fit there.
Compile from source.
Every February, I emerge qtwebengine to keep us warm.
Lol. It's not the groundhog we should be watching, then?
If you don't compile from source, do you even Linux?
curl
I’m currently on a atomic distro, so how I get my software from favorite to least favorite is this:
- Flatpak
- Appimage
- Fedora distrobox
- rpm-ostree
os-tree is slow as molasses
As it should be, don't do that.
Doctor, when I do this it hurts...
Also, you're creating a disk image...
It is. I also wonder if there was a model that accomplishes the same thing but with less image copying.
Like, make snapshots every day, but manual installs are not snapshotted but still tracked with ostree. So you can revert them, display them transparently etc.