this post was submitted on 26 Jul 2023
7 points (81.8% liked)

Linux

56343 readers
708 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 6 years ago
MODERATORS
 

I have started using linux for 6 months since I leave Windows and already tried ubuntu, arch and liked mint besides arch AUR be so useful, but because I have had some issues with rolling release I choose mint, and I sometimes need latest package, there is somehow to install without being though appimage and tarball?

all 10 comments
sorted by: hot top controversial new old
[–] theshatterstone54@feddit.uk 5 points 2 years ago

Your only option is universal formats like Flatpak and AppImage. I would recommend against random deb packages or compiling from source unless it's some very tiny obscure utility that will not need any updates in the foreseeable future (so something like j4-dmenu-desktop or a fetch script).

[–] dark_stang@beehaw.org 5 points 2 years ago (1 children)

Flatpak is good for user things that need to be bleeding edge. If I need to work with a server that's bleeding edge, containers are the way to go.

[–] Max_P@lemmy.max-p.me 2 points 2 years ago

Yeah if they want to update system packages it's where things end up in dependency hell. You want newer X, it needs newer Y, it needs newer Z and it's a a library half the packages of the system depends on and the rest of the system goes boom.

It's actually why I went to Arch, I need to hold back packages way more rarely than I want newer everything else.

[–] reddit_sux@lemmy.world 3 points 2 years ago

Flatpaks the best way.

[–] joey@lemm.ee 1 points 2 years ago (1 children)

If it's cli, use toolbox or distrobox. You can pull in an arch image and get the stuff from AUR.

[–] NightingaleMev@lemmy.ml 1 points 2 years ago (1 children)

Distrobox also works with GUI applications. Toolbox, probably too

[–] joey@lemm.ee 1 points 2 years ago

That's awesome then. I had some trouble with an electron app so i thought it's complicated.

[–] yote_zip@pawb.social 0 points 2 years ago* (last edited 2 years ago) (1 children)

In my roughly recommended order:

[–] zakomo@beehaw.org 0 points 2 years ago

You are missing PPAs from the list even though it needs some attention on which PPA is being used. I used to use the when I was on Mint.