• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Ubuntu / How To Extract & Install tar.gz Files In Ubuntu

How To Extract & Install tar.gz Files In Ubuntu

By Sourabh / May 23, 2019 Category: How To, Ubuntu

How to install a tar.gz file in Ubuntu. How to install downloaded tar.gz in Ubuntu. Command to install tar.gz file in linux – how to extract and install tar.gz files in Ubuntu.

In computing, tar is a computer software utility for collecting many files into one archive file. It is often referred to as a tarball and is used for distribution or backup purposes. The name tar is derived from (t)ape (ar)chive.

A tar archive files usually have the file suffix .tar, e.g., package.tar or package.tar.bz2 or package.tar.bz or package.tar.xz. The term tarball is also used to refer to a tar file.

Install .tar.gz or (.tar.bz2) File

Installing a .tar.gz or (.tar.bz2) file is very easy. Ubuntu users can extract the .tar.gz file and compile a program from its source. Follow the steps given below to extract and install tar.gz files in Ubuntu.

It is wise to navigate to the downloaded .tar.bz folder and open and read the README file. It normally has the installation instructions. If not, you can install .tar.gz or (.tar.bz2) file via Terminal.

  • Download the desired .tar.gz or (.tar.bz2) file
  • Open Terminal
  • Extract the .tar.gz or (.tar.bz2) file with the following commands
    tar xvzf PACKAGENAME.tar.gz
    tar xvjf PACKAGENAME.tar.bz2
  • Navigate to the extracted folder using cd command
    cd PACKAGENAME
  • Now run the following command to install the tarball
    ./configure
    make
    sudo make install

Example

$ sudo apt-get update
$ wget https://dl.winehq.org/wine/source/1.9/wine-1.9.19.tar.bz2
$ sudo tar xzvf wine-1.9.19.tar.bz2
$ cd wine-1.9.19
$ ./configure
$ make
$ sudo make install
$ sudo reboot

Tags: command extract tar.bz files in ubuntu, command extract tar.bz2 files in ubuntu, command extract tar.gz files in ubuntu, command install tar.bz files in ubuntu, command install tar.bz2 files in ubuntu, command install tar.gz files in ubuntu, command to install tar.gz file in linux, extract tar.bz files in ubuntu, extract tar.bz2 files in ubuntu, extract tar.gz files in ubuntu, how to extract and install tar.gz files in ubuntu, how to extract tar.bz files in ubuntu, how to extract tar.bz2 files in ubuntu, how to extract tar.gz files in ubuntu, How To Install A .Tar.Gz File In Ubuntu, how to install downloaded tar.gz in ubuntu, how to install software from tar.gz in linux, how to install tar.bz files in ubuntu, how to install tar.bz2 file in linux, how to install tar.bz2 files in ubuntu, how to install tar.gz file in ubuntu, how to install tar.gz files in ubuntu, how to install tar.gz in ubuntu, how to install tar.gz in ubuntu 12.04 lts, how to install tar.gz using terminal, how to run a tar.gz file in linux, How To Run A Tar.Gz File In Ubuntu, how to run tar.gz file in ubuntu, How To Run Tar.Gz In Ubuntu, how to unzip and install a tar.gz file in linux, install tar.bz files in ubuntu, install tar.bz2 files in ubuntu, install tar.gz file in linux, install tar.gz files in ubuntu, install tar.gz linux, install tar.gz windows, install tarball, tar ubuntu, tar.bz ubuntu, tar.bz2 ubuntu, ubuntu install tar.gz package, Ubuntu tar, Ubuntu tar.bz, Ubuntu tar.bz2, what is tar in ubuntu, what is tar.bz in ubuntu, what is tar.bz2 in ubuntu

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap