this post was submitted on 25 Aug 2023
198 points (99.0% liked)

Linux

47337 readers
1577 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
 

I start: the most important thing is not the desktop, it's the package manager.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 1 year ago (3 children)

Distrobox exists, so one is not bound to use a specific distro just because it packages some of the apps/binaries they require.

[–] [email protected] 8 points 1 year ago (3 children)

Installed distrobox on NixOS because I was worried being limited to only nixpkgs and have not touched it once lol

Same goes for the windows VM except for the time I needed to run excel macros for work

[–] [email protected] 6 points 1 year ago (1 children)

Worried about being limited to only the biggest selection of packages available. Does not compute.

[–] [email protected] 5 points 1 year ago

I'd never heard of nixpkgs before so thought it was some small niche thing

[–] [email protected] 2 points 1 year ago (1 children)

Thats been a fear of mine moving to nixos. Glad to know it'll cover most of my software needs.

[–] [email protected] 2 points 1 year ago

Here's a graph, it should be fine for your package needs: Graph

This is not totally accurate because nixpkgs also packages some packages that wouldn't be in the system package manager like Python and Haskell packages. Excluding those it's pretty much the same as the AUR

[–] [email protected] 2 points 1 year ago

I did on my Nix, there was a package in Nixpkgs that was outdated, so I had the opportunity to use distrobox for that, at leqst temporarily until they update the package.

[–] [email protected] 6 points 1 year ago (2 children)

So enjoying immutable fedora with AUR support. Cannot be overstated...

[–] [email protected] 3 points 1 year ago

Yeah, Arch Linux is beautiful as a container OS. I use it all the time.

[–] [email protected] 3 points 1 year ago (2 children)

Am I reading the readme correctly in that I can run apt-get within distrobox on Fedora, and not be limited to dnf packages?

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

You can install Distrobox on Fedora (or any of the distros that support it), create a Debian distrobox on your Fedora install, and within the Debian distrobox you can use apt-get to install whichever Debian package you like. Or..., you could make an Arch distrobox and even install stuff from the AUR. Or really any package from any of your favorite distros as long as it's supported.

[–] [email protected] 1 points 1 year ago (1 children)

Awesome! And it'll be segregated from the base system and from other containers, like toolbox installs are?

[–] [email protected] 2 points 1 year ago (1 children)

And it’ll be segregated from the base system and from other containers, like toolbox installs are?

Exactly. It's even possible to segregate it beyond what Toolbx has been able to do (at least since the last time I checked) in that you can define another folder/directory as your HOME directory within the distrobox.

[–] [email protected] 2 points 1 year ago (1 children)

Amazing!! Yup. Looks like this is getting installed on my Fedora tonight. Thanks!!

[–] [email protected] 2 points 1 year ago (1 children)

Glad to be of help 💙 ! Feel free to inquire if you so desire 😉 .

[–] [email protected] 2 points 1 year ago

I appreciate that!