this post was submitted on 14 May 2024
1101 points (97.9% liked)

linuxmemes

22594 readers
2850 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.
  • 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, <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.
  • Β 

    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
     

    Terminal > Windows Registry.

    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 2 points 9 months ago (1 children)

    I still don't fully know how to install rpm files lmao, that's how I learned about Apt back on linux mint, don't remember what I was trying to install as it was like 15 years ago. Deb files were nice because they did work like a windows user would expect.

    [–] [email protected] 2 points 9 months ago (2 children)

    I don't even know what rpm files are xD. I personally havent figured out how to make use of a tar.gz file.

    [–] [email protected] 3 points 9 months ago* (last edited 9 months ago) (1 children)

    A tar file is similar to a ZIP file. The easiest way to uncompress them is by using your file manager and right clicking.

    [–] [email protected] 2 points 9 months ago (2 children)

    I know, but since Programms often ship as tar.gz I still have no fucking clue on how to finally install a Programm from it.

    [–] [email protected] 1 points 9 months ago

    Right, the few times I used tar.gz it was basically just a portable app, which isn't how I think about "installing" programs usually.

    [–] [email protected] 1 points 9 months ago* (last edited 9 months ago) (1 children)

    Let's use Tor Browser as an example since that's one of the programs that typically gets installed with a tarball. Once you've downloaded and extracted the tarball, you'll want to navigate to the extracted files. You can do this in the terminal using CD commands, but I think it's easier and a little more intuitive to just use your file manager and navigate to the folder that way. Once you're in the correct folder, you'll want to right click on an empty space and select "open and terminal." Now you'll have a terminal open and it will already be in the correct directory. From here you'll want to run the "start-tor-browser.desktop" script. To do this, simply type ./start-tor-browser.desktop and you'll be able to follow along from there.

    Running programs from a Tar image typically involves running a script. You just have to change the name of the script to match whatever they have in the directory. Auto complete is your friend here. You don't have to actually type the entire name of the script, you only need to type the first few letters and then hit tab.

    [–] [email protected] 1 points 9 months ago

    Woops I did actually mean tar.gz files lmao