this post was submitted on 14 May 2024
1092 points (97.7% liked)

linuxmemes

20453 readers
240 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

Terminal > Windows Registry.

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

Problem is is that is that too many people insist on doing things the Windows way and they get frustrated because of it. For example, instead of going to the software center, they choose to download their programs from a website, even though that's not how you're supposed to do it most of the time. They'll also spend hours trying to get Windows only programs to run, when there are alternatives available that work just as well.

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

That's absolutely true. I made the same mistakes and I got absolutely mad.

[–] Jakeroxs 2 points 3 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 3 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 3 months ago* (last edited 3 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 3 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.

[–] Jakeroxs 1 points 3 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 3 months ago* (last edited 3 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.

[–] Jakeroxs 1 points 3 months ago

Woops I did actually mean tar.gz files lmao