

Computers are not all just point and click. If you cannot handle it ask the author to supply a different version or ask if they can create a deb or some other form to install with.

Its not a self installing, but if you learn how to install stuff in Linux you gained knowledge. Really you have to just learn this stuff. Tar files came about when there was no GUI Xwindows etc to play with. Yeah its more than just to click click click. Usually there is a batch file or script called make. Ok so then you have to compile the application to install it. Now do the suggested commands in terminal, probably need to add sudo if your not on the main account, and it will install to the folder you named. So using GUI file manager then drag and drop or cut and paste the file to home.Ĭreate a folder mkdir in terminal or click file new folder, and give it a logical name. Typically you will download them via your browser, and default to download. Ok so the best place then to put the file is in your ,home folder. gz is gzip which is a compression format. So you look at these compressed files just like that. I think perhaps the first thing to know is that tar is a form of file compression. So if your loose, does that mean your brain could fall out of your head? 🥺 Was this helpful? Please add a comment to show your appreciation or feedback ↓ Join the nixCraft community via RSS Feed, Email Newsletter or follow on Twitter. He wrote more than 7k+ posts and helped numerous readers to master IT topics. Vivek Gite is the founder of nixCraft, the oldest running blog about Linux and open source. Open INSTALL or README file for more information: # make install Step 3 – Read the INSTALL / README fileĮach tarball comes with installation and build instructions. In some cases you just need to type the following two commands (no need to type.

To uncompress them, execute the following command(s) depending on the extension, run: Use the wget command or curl command to download the tarball. Git is another popular method in which you need to clone the remote repo and then run the command explained in step # 2.

Most open source software use tarballs to distribute the program’s source code. Tarball files have the extension such as. Tarballs are a group of files in one file. How to install Linux / UNIX *.tar.gz tarball files
