So, I was told you can take any distro, pair it with any desktop environment, and badda bing, badda boom, unique linux in the room!

And a few years ago I tried getting into linux, and it didn’t work. I didn’t like ubuntu. I want something that’s basically like Windows 98.

Closest thing I found was TwisterOS. Well, I had some issue with one program, and I’m an idiot on linux. Have no clue what I’m doing. So the guides tell me to update the thing. So I do that, and the fan in my case stops working. Aye-yi-yi!

I never got it to start working again, and I just said screw it, I’m not dealing with this. Put it in a drawer, and haven’t touched it in about a year.

Well, now I’m think I’ll just start fresh. Install a new distro, and since Ubuntu seems to be the one with the most support, I’ll use that. Then I find out that LXDE visually is more in line with what I want.

So I figure I’ll slap on ubuntu, slap on LXDE, and then install retropie. And hopefully the fan will work again. So I start researching this LXDE, and the home page wants you to download the desktop environment already baked into a DIFFERENT distro! Wait, hold on. Am I wrong in thinging you can just download a desktop environment, and slap it on any distro? Because it might be me. I have no clue what I’m doing. And even though this is lemmy, when I searched for “Ubuntu Help”, there’s no community named that. There’s also no community named “Linux help”. Which I find very very odd. Lemmy of all places you’d think would have a linux help community! This place loves linux. Does everyone just always know what they’re doing at all all times? Or am I just going crazy? I feel like I’m walking blind into a forest and bear traps line the ground. I have no idea how to even start this process…

  • boredsquirrel@slrpnk.net
    link
    fedilink
    arrow-up
    26
    ·
    1 day ago
    1. You dont download software from Websites
    2. Use Lubuntu or other variants with LXQt or LXDE, dont do it yourself. They already have done the configs for you
    • magikmw@lemm.ee
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      1 day ago

      As for 1. yea you download software from websites if it’s unavailable in your system repository, but most common software is available.

      It’s like Microsoft Store or Google Play store, except everything is free (as in beer) and most of the time it works (it works, but bugs happen like everywhere else).

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        2
        ·
        22 hours ago
        1. Is wrong. Do not do it as it will cause so many issues and be the cause of some hair loss
        • Cyno@programming.dev
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          edit-2
          16 hours ago

          So what do I do if I want to install VSCode? The official installation guide on their website says to download the deb file, why is such a big and popular tool not in the repository right away? Or better yet, if this is the officially endorsed why how are we to figure out the proper alternative?

          • Possibly linux@lemmy.zip
            link
            fedilink
            English
            arrow-up
            4
            ·
            15 hours ago

            Don’t follow the “official” instructions as that’s not the best practice. Install the VScode flatpak or better yet use VScodium

      • boredsquirrel@slrpnk.net
        link
        fedilink
        arrow-up
        4
        arrow-down
        2
        ·
        edit-2
        22 hours ago
        1. You shouldnt do that. If they dont have instructions on how to securely add a repo, their software will not update which is insecure.
        • FizzyOrange@programming.dev
          link
          fedilink
          arrow-up
          5
          arrow-down
          3
          ·
          18 hours ago

          Only a Linux user’s answer to “how do I install software that’s not packaged for my distro” would be “don’t”.

          • boredsquirrel@slrpnk.net
            link
            fedilink
            arrow-up
            3
            ·
            17 hours ago

            Hahaha no that was not my point.

            Dont install random software from .deb packages etc.

            You can use

            • OS repos
            • 3rd party OS repos
            • 3rd party repos
            • developer repos (like COPR, AUR or OBS)
            • Flatpak
            • homebrew
            • Distrobox with a distro that has it as a package

            So many options. There is an issue with 3rd party packaging, but at least for common software it is often better to use those, than a not updated official binary.

            • smb@lemmy.ml
              link
              fedilink
              English
              arrow-up
              1
              ·
              8 hours ago

              You can use

              also there is:

              ./configure && make && make install

              just to mention ;-)

              • boredsquirrel@slrpnk.net
                link
                fedilink
                arrow-up
                1
                ·
                4 hours ago

                That only works on mutable distributions, it installs random binaries to the system that are not visible to the package manager and not removable (afaik?) And it also doesnt resolve dependencies (afaik).

                So while source code is cool, it has all the above disadvantages