this post was submitted on 29 Oct 2024
7 points (76.9% liked)

Debian operating system

2718 readers
1 users here now

Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.

founded 4 years ago
MODERATORS
 

I love the idea of trying Debian but every time I try to ditch Arch for it I end up just giving up after not being able to find all the packages I need in the repos.

How do you guys deal with that? I’m not even talking about them being out of date. I’m talking about them missing altogether.

you are viewing a single comment's thread
view the rest of the comments
[–] silmarine@discuss.tchncs.de 3 points 2 weeks ago (2 children)

Install flatpak and/or distrobox and you have everything you need.

[–] shapis@lemmy.ml 1 points 2 weeks ago (1 children)

How does Distrobox work? Is it as simple a

$ distrobox install app $ app

And it runs fine ?

[–] arality@programming.dev 1 points 2 weeks ago

Think of it like a virtual machine. I installed an arch base image, and install the aur version of vscodium. You have to export the app, to have a start menu button. but it's all relatively simple. It's pretty well documented in their github.

[–] F04118F@feddit.nl 1 points 2 weeks ago

I've been using distrobox at work (on RHEL 8, Fedora 16 based) for a while, but the containerization tech (it uses podman) does seem to introduce some extra latency, which is especially painful when using CLI tools such as zoxide, eza and bat.

I'm in the process of switching to Nix, which should have native performance, the largest number of packages, and guaranteed reproducible, deterministic versions.