this post was submitted on 30 Apr 2025
1014 points (97.7% liked)

linuxmemes

24840 readers
395 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
     

    I thought it'd be a pain but installing programs through the terminal is actually so nice, I never would have expected it

    (page 3) 50 comments
    sorted by: hot top controversial new old
    [–] applemao@lemmy.world 11 points 1 week ago (1 children)

    Isn't it fun? It's like owning your car and learning what everything actually does, and figuring out how to fix it. And having an amazing community to boot!. I enjoy it.

    [–] sykaster@feddit.nl 5 points 1 week ago (2 children)

    I'm thinking of making Linux my daily driver apart for some software I need for work. People are super positive about it on here, but isn't it still the case that some peripherals won't work? Or that I'll spend a ton of time making the system work instead of actually using the system?

    It would be for gaming that I'd use the Linux installation mostly.

    load more comments (2 replies)
    [–] LostXOR@fedia.io 11 points 1 week ago (3 children)

    It's insane to me that Windows still doesn't have a proper package manager. When you need to upgrade a program you're expected to go to their website and download the latest version, or update it with its own update mechanism.

    They do, several third party options and of course the Microsoft store too. It's the users who are stuck in their old ways, which ironically is the harder way. Weird.

    load more comments (2 replies)
    [–] Lettuceeatlettuce@lemmy.ml 9 points 1 week ago

    You've taken your first step into a larger world.

    [–] Kualdir@feddit.nl 7 points 1 week ago (4 children)

    I installed mint yesterday and am having a PAIN installing anything not in the software manager. Currently stuck on teamspeak as my first thing to try. Got a tar.gz and can't find anything well explained online (as of yet, it was already 3 hours just to get mint to dual boot and I was exhausted)

    [–] TimeNaan@lemmy.world 11 points 1 week ago

    With .tar.gz software usually the steps are:

    1. Extract the archive
    2. Find a file with the .sh extention - that's the shell script. It will most likely be named something like install.sh
    3. Make it executable - by right clicking and enabling it in the properties or by opening a terminal in this folder and using a command:
    chmod +x install.sh
    
    1. Run the installer in the terminal:
    ./install.sh
    

    It might ask you to run it as root and quit. In that case put a sudo before the command above and it will ask you for your password

    sudo ./install.sh
    

    And tbat's it, installation should begin. Follow the instructions in your terminal.

    [–] Allero 6 points 1 week ago

    Can't say for TeamSpeak, but will say for Linux: setting everything up and figuring out your steps in edge cases is the hardest part. Once you figure it out, it gets so much easier.

    load more comments (2 replies)
    [–] Shanmugha@lemmy.world 5 points 1 week ago

    Niw you are doomed and there is no going back. Welcome to the gang;)

    Madthumbs in shambles

    load more comments
    view more: β€Ή prev next β€Ί