this post was submitted on 14 Sep 2024
1393 points (96.8% liked)

linuxmemes

21209 readers
84 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 members of the community for any reason.
  • 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [โ€“] [email protected] 1 points 1 month ago (1 children)

    That's the thing, I don't know enough to know what to even ask. So far I've been able to follow step-by-step instructions for installing Mint and downloading software, but I don't know what I'm doing at all.

    One example of something I spent hours on is adding Cura to the panel. I finally got that done while I was writing this comment by following AndyMH's answer here.

    Now, I can read

    I would move the appimage into a folder in PATH. If you create a folder /home/you/bin it is automatically added to PATH next time you boot.

    And I can do that. I have no idea what PATH is or why I want to do that, but I can do it. And I can look it up, and I'm sure I'll eventually get to a point where all of this makes sense to me, but I feel kind of helpless when I have to look up multiple terms every time I want to do something as simple as adding an application to the panel

    [โ€“] InternetCitizen2 2 points 1 month ago

    That's the thing, I don't know enough to know what to even ask.

    Fair enough.

    I have no idea what PATH is or why I want to do that, but I can do it

    Its really only for non standard installs. That is outside of the package manager or flatpak. PATH is just where the computer will look for executables. Since you installed from source or some other side then it won't be in the normal /bin. You're just updating your PATH to include other places.