Welcome to the Linux Foundation Forum!

where do I open .tar

files automatically download to Download. Is that where I should have it when I extract and install?

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Comments

  • Posts: 647
    What do you download the files with? firefox? There is an option for that,just have a look at the settings.

    You can extract and install files anywhere you want

    Regards

  • Posts: 1,114
    What program are you trying to extract and install? Some programs may belong in /home, while others may be better off in /opt, it all depends. If you bring up the File Manager and go to the correct folder, a right click will usually give you the opportunity to extract the file, giving you the choice of where you want to extract it.
  • In addition to what GoinEasy9 wrote, you can do it via terminal. If you just want to extract something in the same directory you can type:
    1. tar xvf myfile.tar

    or
    1. tar zxvf myfile.tar.gr

    or
    1. tar xjvf myfile.tar.bz2

    If you want to extract to another directory, you just type:
    1. tar -C /path/to/destination/ xvf myfile.tar
    etc.

    Welcome to our beloved Linux,
    Evangelos
  • Posts: 647
    1. tar xvf $FILENAME

    Should work for any kind of file/compression used

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training