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.
retrolasered ( @retrolasered@lemmy.zip ) English8•5 months agoLike what? I find that if its not in apt repo’s then there is normally a deb package available from the developer or it can be built from source. I know its not AUR but I find debian to be the best supported in most instances, with rpm based second. I dont use snap or flatpak really, but ive been able to install everything I would have wanted to.
rzr ( @rzr@lemmy.sdf.org ) 7•5 months agoPlease list packages you are lacking ? then file RFP and ITP issues
silmarine ( @silmarine@discuss.tchncs.de ) 6•5 months agoInstall flatpak and/or distrobox and you have everything you need.
F04118F ( @F04118F@feddit.nl ) 2•5 months agoI’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.
How does Distrobox work? Is it as simple a
$ distrobox install app $ app
And it runs fine ?
arality ( @arality@programming.dev ) 1•5 months agoThink 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.
superkret ( @superkret@feddit.org ) 3•4 months ago Fabián Rodríguez 🛡💾 🇨🇴 🌴 ( @magicfab@mastodon.social ) 2•5 months ago@shapis Flatpack
data1701d (He/Him) ( @data1701d@startrek.website ) English2•5 months agoEDIT: Fix grammar mistake.
Usually, Flatpaks. My generally philosophy is that if it isn’t in Debian, it probably won’t last. I make exceptions when something is the best tool for the job, like Tom J Watson’s Emote.
This isn’t rock solid, I admit - there are plenty of defunct projects that were once in Debian repos (neofetch is still in sid), and there are plenty of lasting projects outside Debian.)
dwindling7373 ( @dwindling7373@feddit.it ) English1•5 months agoThis isn’t not rock solid
:|
data1701d (He/Him) ( @data1701d@startrek.website ) English1•5 months agoFixed that little goof up.
Blastboom Strice ( @BlastboomStrice@mander.xyz ) 1•5 months agoI tried to make a (possibly dangerous as it is my first) script to auto update/install from 3rd party resources (https://github.com/BlastboomStrice/3rdPartyAutoUpdater), until I figured out that NixOS does something similar but better than my script.😅
I’ll probably use debian in a nas in the future though
pmk ( @pmk@lemmy.sdf.org ) 1•5 months agoIs it proprietary software? If so, I find a free software alternative.
Hyacin (He/Him) ( @hyacin@lemmy.ml ) English1•5 months agoAdd repos as needed (Docker, Hashicorp, helm, kubernetes, etc.), build from source for everything else.
Isn’t adding repos considered creating a FrankenDebian?
Hyacin (He/Him) ( @hyacin@lemmy.ml ) English3•5 months agoNot in my books, but to each their own.