• MarcellusDrum@lemmy.mlOP
    link
    fedilink
    English
    arrow-up
    135
    ·
    3 days ago

    Got archived because it’s “feature complete” and won’t receive more updates, but some package managers removed it.

    There is objectively better alternatives like fastfetch.

    • lightnegative@lemmy.world
      link
      fedilink
      arrow-up
      138
      ·
      3 days ago

      What’s objectively better is that the neofetch developer actually did what we all fantisize about. Maximum respect

    • Couldbealeotard@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 days ago

      Serious question: if something is “finished” why would that spark removal. At some point a lot of complete programs will no longer be actively maintained but they are still useful and working.

      Also, is there a way to keep copies of things like this? I know how to install via apt install, and whatnot, but that relies on an internet connection and a repo. I’m used to windows where I can back up the installers on my hard drive.

      • miss phant@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        3
        ·
        1 day ago

        Even if something is finished it’s a risk if no one looks after it since there’s always the possibility of security vulnerabilities, software is rarely truly done.

        For Arch, packages are archived online for quite a while, you could still install neofetch via sudo pacman -U https://archive.archlinux.org/packages/n/neofetch/neofetch-7.1.0-2-any.pkg.tar.zst currently.

        Installed packages are also left in /var/cache/pacman/pkg until cleaned up manually and can be similarly installed from there. The one thing to look out for is whether the dependencies are still available and compatible since, unlike on Windows, packages don’t usually bundle their dependencies. For a closer experience in that regard there’s .AppImage which is a self-contained package similar to an .exe.