this post was submitted on 14 Aug 2025
637 points (97.6% liked)

linuxmemes

26810 readers
630 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] MarcellusDrum@lemmy.ml 135 points 4 days ago (5 children)

    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 138 points 4 days ago

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

    [–] exu@feditown.com 40 points 4 days ago

    Archived after years of inactivity, so it was somewhat predictable.

    [–] jia_tan@lemmy.blahaj.zone 19 points 4 days ago

    Hyfetch my beloved

    [–] _cryptagion@lemmy.dbzer0.com 10 points 4 days ago (1 children)

    If Linux users cared about what was objectively better, we would have a single distro instead of a thousand.

    [–] caseyweederman@lemmy.ca 8 points 3 days ago (1 children)

    What is objectively better is actual choice.

    Yes, I know that, I was making a joke.

    [–] Couldbealeotard@lemmy.world 5 points 3 days ago (1 children)

    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.

    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.