286
submitted 1 year ago* (last edited 1 year ago) by Blaze@sopuli.xyz to c/general@lemmy.world

And it felt great.

Long story short, I was looking for a new Linux distro to use (very Fediverse cliche situation, I know), and of course my first reflex was to use Reddit. However, due to the combined enshittification of both Google and Reddit, I couldn't find relevant recent threads for my question, so I thought, let's use some search-lemmy.

A few threads later, I was able to make my decision. I just wanted to share this with you as this is for me a very strong sign that we are moving away from Reddit for good.

Some of the threads in question:

And in case you wonder, it's probably going to be OpenSUSE. Currently testing it in VirtualBox at the moment before making the jump.

you are viewing a single comment's thread
view the rest of the comments
[-] rikudou@lemmings.world 4 points 1 year ago

Currently moving to a new distro as well! I have chosen NixOS.

[-] quaddo@reddthat.com 1 points 1 year ago

I've been using Manjaro for the last 2 years, it I'll admit to finding NixOS interesting.

A couple of areas I have yet researched, though:

  1. Is there a UI for the package manager?

I realize that Nix is really powerful, and have even installed it and tinkered a bit with it. But it would be nice to be able to have a UI to quickly search and install packages of interest, and leave the CLI for the more nuanced package activities.

I've got quite a few years of experience using yum and apt. The former, about 20 years now. I use pacman mainly to do updates, and yay to install packages pacman doesn't know about. It even in Manjaro, sometimes it's just more convenient to use the UI package manager.

Learning my way around Nix... well, were back to the problem of infrequency. Use it once a week, and only to do the one thing, then everything else is back to googling. If there was a UI package manager to use most times, leaving the CLI for the more nuanced activities, then....

  1. Is there a tool for adapting/installing RPM or DEB packages?

I've had occasion to install something on Manjaro which was only available as a set of RPMs (try/buy graphics software). I managed to get there eventually, thanks to Google.

[-] rikudou@lemmings.world 1 points 1 year ago

Is there a UI for the package manager?

There is some kind of UI, though from my (very limited) experience with it, it doesn't work that great (or maybe it does, but I only skimmed it). You can search the packages on https://search.nixos.org/packages.

For example, if you search for cowsay, you will get some information on how to install it:

  • nix-shell -p cowsay - install it to a temporary shell, you will have access to the cowsay binary only in this shell
  • nix-env -iA nixos.cowsay - install it to your environment, this is in principle similar to apt or yum but IMO you should not really use it, as it beats the purpose of NixOS
  • add it to environment.systemPackages in configuration - this is the way for permanent packages, you add it to your OS configuration and then trigger nixos-rebuild switch - this command takes your configuration and makes your system match it, meaning if you added the package to it, it would install it

So for the UI, you can use the web https://search.nixos.org/packages and for quick try-out you can run it in a temporary nix-shell.

Is there a tool for adapting/installing RPM or DEB packages

No idea, I'm pretty new. But I know there are some packages adapted like that, you can copy and edit the source code.

[-] quaddo@reddthat.com 0 points 1 year ago

Yeah, I've dabbled with package searches and installs as you've described. Basically the intro to Nix.

For the importing of RPM or DEB packages, source would be great if it weren't a commercial product :) Just going from memory, it was Maya.

[-] rikudou@lemmings.world 0 points 1 year ago

I meant the source code of the package, not the app itself. There's something called maya, is that it? If so, here's the package source: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/data/fonts/gdouros/default.nix

[-] Blaze@sopuli.xyz 1 points 1 year ago
this post was submitted on 29 Jul 2023
286 points (100.0% liked)

General Discussion

11948 readers
2 users here now

Welcome to Lemmy.World General!

This is a community for general discussion where you can get your bearings in the fediverse. Discuss topics & ask questions that don't seem to fit in any other community, or don't have an active community yet.


🪆 About Lemmy World


🧭 Finding CommunitiesFeel free to ask here or over in: !lemmy411@lemmy.ca!

Also keep an eye on:

For more involved tools to find communities to join: check out Lemmyverse and Feddit Lemmy Community Browser!


💬 Additional Discussion Focused Communities:


Rules

Remember, Lemmy World rules also apply here.0. See: Rules for Users.

  1. No bigotry: including racism, sexism, homophobia, transphobia, or xenophobia.
  2. Be respectful. Everyone should feel welcome here.
  3. Be thoughtful and helpful: even with ‘silly’ questions. The world won’t be made better by dismissive comments to others on Lemmy.
  4. Link posts should include some context/opinion in the body text when the title is unaltered, or be titled to encourage discussion.
  5. Posts concerning other instances' activity/decisions are better suited to !fediverse@lemmy.world or !lemmydrama@lemmy.world communities.
  6. No Ads/Spamming.
  7. No NSFW content.

founded 1 year ago
MODERATORS