Terminal > Windows Registry.

  • Kühe sind toll
    link
    fedilink
    21 month ago

    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]
      link
      fedilink
      3
      edit-2
      1 month ago

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

      • Kühe sind toll
        link
        fedilink
        21 month ago

        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
          link
          11 month 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]
          link
          fedilink
          1
          edit-2
          1 month ago

          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
      link
      11 month ago

      Woops I did actually mean tar.gz files lmao