how to install tar.gz in ubuntu?

Today, We want to share with you how to install tar.gz in ubuntu.In this post we will show you apt-get install tar, hear for how to install tar.gz linux mint we will give you demo and example for implement.In this post, we will learn about Install And Uninstall GIMP Using Linux(Ubuntus 18.04 LTS) with an example.

how to extract tar.xz file in ubuntu

Example 1: how to install tar.gz in ubuntus

  • first of all you can Download the desired .tar.gz or (.tar.bz2) file
  • Open Terminal
  • Extract all the .tar.gz or (.tar.bz2) file with the bellow commands
  • tar xvzf PACKAGENAME.tar.gz
  • tar xvjf PACKAGENAME.tar.bz2
  • Navigate to the extracted folder in cd command
  • cd PACKAGENAME
  • And then run the bellow command to install the tarball
  • ./configure
  • make
  • and last steo to run sudo make install

Example 2: how to install tar.gz in ubuntu

  • tar -xzf archive-name.tar.gz
  • cd archive-name
  • ./configure
  • make
  • sudo make install

install from tar gz file unix

tar -xzvf filename.tar.gz

I hope you get an idea about install postman tar.gz in ubuntu.
I would like to have feedback on my infinityknow.com blog.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, don’t forget to share.

Leave a Comment